Files
tauri-plugins-workspace/plugins/updater/tests/app-updater/Cargo.toml
T
Lucas Fernandes Nogueira 95da90f82e fix: clippy warnings, add missing wry feature on examples (#1604)
* fix: clippy warnings, add missing wry feature on examples

* schema feat does not exist

* also add compression
2024-07-31 07:14:05 -03:00

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"]