mirror of
https://github.com/servo/servo
synced 2026-05-13 18:37:30 +02:00
18 lines
254 B
TOML
18 lines
254 B
TOML
[package]
|
|
|
|
name = "range"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "range"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
heapsize = "0.4"
|
|
heapsize_derive = "0.1"
|
|
num-traits = "0.1.32"
|
|
serde = "1.0"
|