You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/updater/tests/updater-migration/v2-app/Cargo.toml

15 lines
347 B

[package]
name = "app-updater-v2"
version = "0.1.0"
edition = { workspace = true }
[build-dependencies]
tauri-build = { workspace = true }
[dependencies]
tauri = { workspace = true, features = ["wry", "compression"] }
serde = { workspace = true }
serde_json = { workspace = true }
tauri-plugin-updater = { path = "../../.." }
tiny_http = "0.12"