coreutils/deps/Cargo.toml
Joseph Crail 49d9de17fe Fix deprecation warnings for tr.
I switched over to the bit-vec/bit-set cargos.
2015-07-09 18:30:03 -04:00

19 lines
286 B
TOML

[project]
name = "deps"
version = "0.0.0"
[lib]
name = "null"
[dependencies]
libc = "0.1.8"
getopts = "0.2.11"
bit-vec = "0.3.0"
bit-set = "0.2.0"
num_cpus = "*"
rand = "0.3.8"
regex = "0.1.38"
rust-crypto = "0.2.31"
rustc-serialize = "0.3.15"
time = "0.1.26"
unicode-width = "0.1.1"