From 5411252d3abd863b5f432021668d6ca31194fe9e Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 27 Aug 2015 21:32:10 +0200 Subject: [PATCH] touch: add filetime dependency --- src/touch/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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 = "*"