feat: nostr based auto updater (#200)

* .

* refactor

* fix

* .

* clean up

* clean up
This commit is contained in:
reya
2025-11-02 08:22:55 +07:00
committed by GitHub
parent 7091fa1cab
commit 9da624dd0c
8 changed files with 471 additions and 271 deletions

View File

@@ -9,10 +9,13 @@ common = { path = "../common" }
states = { path = "../states" }
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
cargo-packager-updater = "0.2.3"
semver = "1.0.27"
tempfile = "3.23.0"