mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27:45 +00:00
maint/build ~ refactor dependencies into sorted order
This commit is contained in:
parent
57ef582b46
commit
ab9eb31156
1 changed files with 6 additions and 6 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -286,14 +286,14 @@ yes = { optional=true, path="src/yes" }
|
||||||
backtrace = ">= 0.3.3, <= 0.3.30"
|
backtrace = ">= 0.3.3, <= 0.3.30"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
time = "0.1.42"
|
|
||||||
filetime = "0.2.5"
|
filetime = "0.2.5"
|
||||||
libc = "0.2.62"
|
|
||||||
regex = "1.0.3"
|
|
||||||
rand = "0.6.5"
|
|
||||||
tempdir = "0.3.7"
|
|
||||||
unindent = "0.1.3"
|
|
||||||
lazy_static = "1.3.0"
|
lazy_static = "1.3.0"
|
||||||
|
libc = "0.2.62"
|
||||||
|
rand = "0.6.5"
|
||||||
|
regex = "1.0.3"
|
||||||
|
tempdir = "0.3.7"
|
||||||
|
time = "0.1.42"
|
||||||
|
unindent = "0.1.3"
|
||||||
|
|
||||||
[target.'cfg(unix)'.dev-dependencies]
|
[target.'cfg(unix)'.dev-dependencies]
|
||||||
# FIXME: this should use the normal users crate, but it conflicts with the users utility
|
# FIXME: this should use the normal users crate, but it conflicts with the users utility
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue