mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-29 13:31:27 +02:00
95da90f82e
* fix: clippy warnings, add missing wry feature on examples * schema feat does not exist * also add compression
19 lines
440 B
TOML
19 lines
440 B
TOML
[package]
|
|
name = "app-updater"
|
|
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"
|
|
time = { version = "0.3", features = ["formatting"] }
|
|
|
|
[features]
|
|
prod = ["tauri/custom-protocol"]
|