summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Wiesner <sebastian@swsnr.de>2018-08-24 17:48:33 +0200
committerSebastian Wiesner <sebastian@swsnr.de>2018-08-24 17:57:43 +0200
commitf61cdebc68f0a5ec107817232ba7bc0499e17c11 (patch)
treed5e5e8d3ba0b116b72a7608b63fe8382029f3706 /Cargo.toml
parent7cb2370c378ee95a1a38218768b26c376e4091e0 (diff)
Build on Windows
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d8585d2..ae32110 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,10 +17,8 @@ maintenance = { status = "actively-developed" }
[dependencies]
atty = "^0.2"
-base64 = "^0.9"
failure = "^0.1"
immeta = "^0.4"
-mime = "^0.3"
reqwest = "^0.8"
term_size = "^0.3"
url = "^1.6"
@@ -40,6 +38,10 @@ version = "^2"
default-features = false
features = ["parsing", "assets", "dump-load"]
+[target.'cfg(target_os = "macos")'.dependencies]
+mime = "^0.3"
+base64 = "^0.9"
+
[package.metadata.release]
sign-commit = true
upload-doc = false