mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-29 13:31:27 +02:00
19 lines
405 B
TOML
19 lines
405 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]
|
|
prod = ["tauri/custom-protocol"]
|