mirror of
https://github.com/uutils/coreutils
synced 2024-12-16 16:22:40 +00:00
47f82f0de2
Improve handling of unicode on Windows Disable a few crates on Windows that abuse unix APIs too much Signed-off-by: Peter Atashian <retep998@gmail.com>
22 lines
343 B
TOML
22 lines
343 B
TOML
[project]
|
|
name = "deps"
|
|
version = "0.0.0"
|
|
|
|
[lib]
|
|
name = "null"
|
|
|
|
[dependencies]
|
|
libc = "0.1.8"
|
|
getopts = "0.2.11"
|
|
bit-vec = "0.4.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"
|
|
winapi = "0.2"
|
|
advapi32-sys = "0.1"
|
|
kernel32-sys = "0.1"
|