1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Make the 'cat' utility build on Redox

This commit is contained in:
Ian Douglas Scott 2018-03-14 10:21:12 -07:00
parent fa0b7ed41b
commit 1471e95b22
No known key found for this signature in database
GPG key ID: 4924E10E199B5959
4 changed files with 25 additions and 2 deletions

1
Cargo.lock generated
View file

@ -1714,6 +1714,7 @@ dependencies = [
"data-encoding 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
]