mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-14 16:37:22 +02:00
20 lines
416 B
TOML
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"]
|