mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
19 lines
303 B
TOML
19 lines
303 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.3.0"
|
|
heapsize_plugin = "0.1.2"
|
|
num-traits = "0.1.32"
|
|
rustc-serialize = "0.3"
|
|
serde = "0.8"
|
|
serde_macros = "0.8"
|