Browse Source

Update Cargo.toml to allow tests to build (#208)

nothingismagick 5 years ago
parent
commit
92b71cc173
1 changed files with 3 additions and 1 deletions
  1. 3 1
      cli/tauri-cli/Cargo.toml

+ 3 - 1
cli/tauri-cli/Cargo.toml

@@ -1,3 +1,5 @@
+workspace = {}
+
 [package]
 name = "tauri-cli"
 version = "0.1.2"
@@ -50,4 +52,4 @@ path = "src/main.rs"
 [features]
 appimage = []
 ios = []
-dmg = []
+dmg = []