mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Add "nix" to Cargo.toml
This commit is contained in:
parent
48a521224e
commit
88c2b445e5
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ default = []
|
||||||
encoding = ["data-encoding", "data-encoding-macro", "z85", "thiserror"]
|
encoding = ["data-encoding", "data-encoding-macro", "z85", "thiserror"]
|
||||||
entries = ["libc"]
|
entries = ["libc"]
|
||||||
fs = ["libc", "nix", "winapi-util"]
|
fs = ["libc", "nix", "winapi-util"]
|
||||||
fsext = ["libc", "time"]
|
fsext = ["libc", "nix", "time"]
|
||||||
lines = []
|
lines = []
|
||||||
memo = ["itertools"]
|
memo = ["itertools"]
|
||||||
mode = ["libc"]
|
mode = ["libc"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue