зеркало из https://github.com/mozilla/gecko-dev.git
20 строки
301 B
TOML
20 строки
301 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_derive = "0.1"
|
|
num-traits = "0.1.32"
|
|
rustc-serialize = "0.3"
|
|
serde = "0.8"
|
|
serde_derive = "0.8"
|