mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
refact(df): follow the same directory pattern than the other software
This commit is contained in:
parent
c85756e509
commit
8d1f0edfc4
3 changed files with 2 additions and 7 deletions
|
@ -5,7 +5,7 @@ authors = []
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "uu_df"
|
name = "uu_df"
|
||||||
path = "df.rs"
|
path = "src/df.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.32.0"
|
clap = "2.32.0"
|
||||||
|
@ -18,4 +18,4 @@ winapi = { version = "0.3", features = ["handleapi"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "df"
|
name = "df"
|
||||||
path = "main.rs"
|
path = "../../common/uumain.rs"
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
extern crate uu_df;
|
|
||||||
|
|
||||||
fn main() {
|
|
||||||
std::process::exit(uu_df::uumain(std::env::args().collect()));
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue