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/v1-app/Cargo.toml

19 lines
361 B

workspace = {}
[package]
name = "app-updater-v1"
version = "0.1.0"
edition = "2021"
[build-dependencies]
tauri-build = { version = "1", features = [] }
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tiny_http = "0.11"
tauri = { version = "1", features = ["updater"] }
[features]
custom-protocol = ["tauri/custom-protocol"]