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:
parent
9d8abbcb06
commit
5411252d3a
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ name = "touch"
|
||||||
path = "touch.rs"
|
path = "touch.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
filetime = "*"
|
||||||
getopts = "*"
|
getopts = "*"
|
||||||
libc = "*"
|
libc = "*"
|
||||||
time = "*"
|
time = "*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue