mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
refact(df): follow the same directory pattern than the other software
This commit is contained in:
committed by
Roy Ivy III
parent
c85756e509
commit
8d1f0edfc4
@@ -5,7 +5,7 @@ authors = []
|
||||
|
||||
[lib]
|
||||
name = "uu_df"
|
||||
path = "df.rs"
|
||||
path = "src/df.rs"
|
||||
|
||||
[dependencies]
|
||||
clap = "2.32.0"
|
||||
@@ -18,4 +18,4 @@ winapi = { version = "0.3", features = ["handleapi"] }
|
||||
|
||||
[[bin]]
|
||||
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()));
|
||||
}
|
||||
Reference in New Issue
Block a user