mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
Add tsort
Signed-off-by: Akira Hayakawa <ruby.wktk@gmail.com>
This commit is contained in:
parent
dc0611e52b
commit
f414fcb89d
3 changed files with 194 additions and 0 deletions
|
@ -203,6 +203,10 @@ path = "true/true.rs"
|
|||
name = "truncate"
|
||||
path = "truncate/truncate.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tsort"
|
||||
path = "tsort/tsort.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tty"
|
||||
path = "tty/tty.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue