mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 01:38:04 +00:00
17 lines
255 B
TOML
17 lines
255 B
TOML
[project]
|
|
name = "deps"
|
|
version = "0.0.0"
|
|
|
|
[lib]
|
|
name = "null"
|
|
|
|
[dependencies]
|
|
libc = "0.1.7"
|
|
num_cpus = "*"
|
|
rand = "0.3.8"
|
|
regex = "0.1.30"
|
|
regex_macros = "0.1.17"
|
|
rust-crypto = "0.2.31"
|
|
rustc-serialize = "0.3.13"
|
|
time = "0.1.25"
|
|
unicode-width = "0.1.1"
|