mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Cargo.toml: remove procfs dependency
This commit is contained in:
parent
546e50846e
commit
5bbcb4ee63
2 changed files with 7 additions and 52 deletions
|
@ -1,7 +1,7 @@
|
|||
# coreutils (uutils)
|
||||
# * see the repository LICENSE, README, and CONTRIBUTING files for more information
|
||||
|
||||
# spell-checker:ignore (libs) bigdecimal datetime serde bincode gethostid kqueue libselinux mangen memmap procfs uuhelp startswith constness expl
|
||||
# spell-checker:ignore (libs) bigdecimal datetime serde bincode gethostid kqueue libselinux mangen memmap uuhelp startswith constness expl
|
||||
|
||||
[package]
|
||||
name = "coreutils"
|
||||
|
@ -526,9 +526,6 @@ hex-literal = "1.0.0"
|
|||
rstest = { workspace = true }
|
||||
ctor = "0.4.1"
|
||||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies]
|
||||
procfs = { version = "0.17", default-features = false }
|
||||
|
||||
[target.'cfg(unix)'.dev-dependencies]
|
||||
nix = { workspace = true, features = ["process", "signal", "user", "term"] }
|
||||
rlimit = "0.10.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue