mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Add cut to Cargo.toml, remove cut from To Do list
This commit is contained in:
@@ -31,6 +31,10 @@ path = "comm/comm.rs"
|
||||
name = "cp"
|
||||
path = "cp/cp.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "cut"
|
||||
path = "cut/cut.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "dirname"
|
||||
path = "dirname/dirname.rs"
|
||||
|
||||
Reference in New Issue
Block a user