make attohttpc windows only

This commit is contained in:
tensor-programming
2019-12-23 16:55:37 -05:00
parent 3559f0a33d
commit fd24517963

View File

@@ -33,6 +33,7 @@ toml = "0.5.5"
uuid = { version = "0.8", features = ["v5"] }
walkdir = "2"
[target.'cfg(target_os = "windows")'.dependencies]
attohttpc = { version = "0.7.0" }
[target.'cfg(not(target_os = "linux"))'.dependencies]