diff --git a/Cargo.toml b/Cargo.toml index e5ffde0..e75a34c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,6 @@ clap = "2.33.0" regex = "1.3.1" log = "0.4.8" simplelog = "0.7.1" -zip = "0.5.3" fs2 = "0.4.3" serde_json = "1.0.40" log-panics = {version = "2.0.0", features = ["with-backtrace"]} @@ -34,5 +33,8 @@ dialoguer = "0.4.0" [target.'cfg(unix)'.dependencies] libc = "0.2.62" +[target.'cfg(target_os = "macos")'.dependencies] +zip = "0.5.3" + [build-dependencies] cmake = "0.1.31" \ No newline at end of file