chore: refactor auto update (#8)
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m47s

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2026-02-19 08:24:34 +00:00
parent f6ce53ef9c
commit 8242f9c1de
4 changed files with 189 additions and 117 deletions

View File

@@ -6,16 +6,17 @@ publish.workspace = true
[dependencies]
common = { path = "../common" }
state = { path = "../state" }
gpui.workspace = true
gpui_tokio.workspace = true
reqwest.workspace = true
nostr-sdk.workspace = true
anyhow.workspace = true
smol.workspace = true
log.workspace = true
smallvec.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
semver = "1.0.27"
tempfile = "3.23.0"
futures.workspace = true