1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-03 06:27:45 +00:00

touch: add filetime dependency

This commit is contained in:
Michael Gehring 2015-08-27 21:32:10 +02:00
parent 9d8abbcb06
commit 5411252d3a

View file

@ -9,6 +9,7 @@ name = "touch"
path = "touch.rs"
[dependencies]
filetime = "*"
getopts = "*"
libc = "*"
time = "*"