mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-31 13:39:36 +02:00
6698774f3f
* fix(deps): update rust crate tiny_http to 0.12 * . --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars <fabianlars@fabianlars.de>
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.12"
|
|
time = { version = "0.3", features = ["formatting"] }
|
|
|
|
[features]
|
|
prod = ["tauri/custom-protocol"]
|