|
@@ -1,18 +1,20 @@
|
|
|
[package]
|
|
|
-authors = [ "Tauri Programme within The Commons Conservancy" ]
|
|
|
-categories = [ "gui", "web-programming" ]
|
|
|
+name = "tauri"
|
|
|
+version = "2.0.0-alpha.9"
|
|
|
description = "Make tiny, secure apps for all desktop platforms with Tauri"
|
|
|
-edition = "2021"
|
|
|
-rust-version = "1.65"
|
|
|
exclude = [ "/test", "/.scripts", "CHANGELOG.md", "/target" ]
|
|
|
-homepage = "https://tauri.app"
|
|
|
-license = "Apache-2.0 OR MIT"
|
|
|
-name = "tauri"
|
|
|
readme = "README.md"
|
|
|
-repository = "https://github.com/tauri-apps/tauri"
|
|
|
-version = "2.0.0-alpha.9"
|
|
|
links = "Tauri"
|
|
|
|
|
|
+# workspace defined package items
|
|
|
+authors = { workspace = true }
|
|
|
+homepage = { workspace = true }
|
|
|
+repository = { workspace = true }
|
|
|
+categories = { workspace = true }
|
|
|
+license = { workspace = true }
|
|
|
+edition = { workspace = true }
|
|
|
+rust-version = { workspace = true }
|
|
|
+
|
|
|
[package.metadata.docs.rs]
|
|
|
no-default-features = true
|
|
|
features = [
|
|
@@ -111,7 +113,7 @@ serde = { version = "1.0", features = [ "derive" ] }
|
|
|
serde_json = "1.0"
|
|
|
tauri = { path = ".", default-features = false, features = [ "wry" ] }
|
|
|
tokio = { version = "1", features = [ "full" ] }
|
|
|
-cargo_toml = "0.11"
|
|
|
+cargo_toml = "0.15"
|
|
|
winnow = "=0.4.1"
|
|
|
|
|
|
[features]
|