From fd2451796393f16d801b6aa1edae80765cf69dbf Mon Sep 17 00:00:00 2001 From: tensor-programming Date: Mon, 23 Dec 2019 16:55:37 -0500 Subject: [PATCH] make attohttpc windows only --- cli/tauri-cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/tauri-cli/Cargo.toml b/cli/tauri-cli/Cargo.toml index e7c1f059d..3a5b1edf6 100644 --- a/cli/tauri-cli/Cargo.toml +++ b/cli/tauri-cli/Cargo.toml @@ -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]