diff --git a/cli/tauri-cli/Cargo.toml b/cli/tauri-cli/Cargo.toml index 57f81a26f..e7c1f059d 100644 --- a/cli/tauri-cli/Cargo.toml +++ b/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 = [] \ No newline at end of file +dmg = []