Files
tauri-plugins-workspace/plugins/updater/tests/app-updater/Cargo.toml
T
2023-05-12 17:16:50 -03:00

20 lines
416 B
TOML

[package]
name = "app-updater"
version = "0.1.0"
edition.workspace = true
[build-dependencies]
tauri-build.workspace = true
[dependencies]
tauri.workspace = true
serde.workspace = true
serde_json.workspace = true
tauri-plugin-updater = { path = "../.." }
tiny_http = "0.11"
time = { version = "0.3", features = ["formatting"] }
[features]
default = ["custom-protocol"]
custom-protocol = ["tauri/custom-protocol"]