diff --git a/src/touch/Cargo.toml b/src/touch/Cargo.toml index 378b72c42..797961f5c 100644 --- a/src/touch/Cargo.toml +++ b/src/touch/Cargo.toml @@ -9,6 +9,7 @@ name = "touch" path = "touch.rs" [dependencies] +filetime = "*" getopts = "*" libc = "*" time = "*"