diff --git a/Cargo.toml b/Cargo.toml index 6c388767..6d41f02b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,8 @@ license = "MIT" [dependencies] libc = "0.2.9" time = "0.1.35" + +[target.'cfg(target_os = "windows")'.dependencies] winapi = "0.2" kernel32-sys = "0.2"