.
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m35s
Rust / build (ubuntu-latest, stable) (pull_request) Failing after 1m37s

This commit is contained in:
2026-02-12 14:11:55 +07:00
parent 836d9a99e1
commit 58571a806e
10 changed files with 226 additions and 190 deletions

View File

@@ -6,6 +6,7 @@ publish.workspace = true
[dependencies]
gpui.workspace = true
nostr.workspace = true
nostr-sdk.workspace = true
anyhow.workspace = true
@@ -19,4 +20,3 @@ log.workspace = true
dirs = "5.0"
qrcode = "0.14.1"
nostr = { git = "https://github.com/rust-nostr/nostr" }