mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
fix build infrastructure ; modernize library use
This patch begins the work of modernizing uutils to work with 1.0-ish Rust. In particular, it 1. Updates to the latest submodules. 2. Convert mkmain.rs, mkuutils.rs, and src/uutils/uutils.rs to new slice syntax and use of new io, fs, and path APIs. 3. Convert src/common/util.rs to new io, fs, and path APIs. 4. Convert fmt to use new APIs.
This commit is contained in:
parent
e526de0079
commit
ecf248c5e3
13 changed files with 102 additions and 109 deletions
|
@ -266,6 +266,3 @@ path = "whoami/whoami.rs"
|
|||
[[bin]]
|
||||
name = "yes"
|
||||
path = "yes/yes.rs"
|
||||
|
||||
[dependencies.rust-crypto]
|
||||
git = "https://github.com/dagenix/rust-crypto"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue