1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

env: refactor and move away from pre-1.0 Rust conventions

This commit is contained in:
Alex Lyon 2019-05-13 04:01:39 -07:00
parent 2bb46fe11d
commit 18b19715f9
4 changed files with 190 additions and 204 deletions

1
Cargo.lock generated
View file

@ -458,6 +458,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "env"
version = "0.0.1"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
"rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",