feat: Nostr Auto Updater (#16)

* clean up

* fix version

* add auto updater

* add windows
This commit is contained in:
reya
2025-04-12 12:33:30 +07:00
committed by GitHub
parent 3246abace1
commit b667dd3f1c
14 changed files with 608 additions and 40 deletions

View File

@@ -4,8 +4,9 @@ members = ["crates/*"]
default-members = ["crates/app"]
[workspace.package]
publish = false
version = "0.1.4"
edition = "2021"
publish = false
[workspace.dependencies]
coop = { path = "crates/*" }