mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 01:38:04 +00:00
ecf248c5e3
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.
9 lines
271 B
Text
9 lines
271 B
Text
[submodule "deps/rust-crypto"]
|
|
path = deps/rust-crypto
|
|
url = https://github.com/DaGenix/rust-crypto
|
|
[submodule "deps/time"]
|
|
path = deps/time
|
|
url = https://github.com/rust-lang/time
|
|
[submodule "deps/regex"]
|
|
path = deps/regex
|
|
url = https://github.com/rust-lang/regex
|