1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00
This commit is contained in:
Julian Orth 2014-07-12 03:12:29 +02:00
parent 6d440dfba6
commit a4eb5c16f9
6 changed files with 248 additions and 1 deletions

View file

@ -183,6 +183,10 @@ path = "tail/tail.rs"
name = "tee"
path = "tee/tee.rs"
[[bin]]
name = "test"
path = "test/test.rs"
[[bin]]
name = "touch"
path = "touch/touch.rs"