upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-09-24 15:03:58 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-09-24 19:48:11 +0100
commitd01380f7b3efebc9c40a2e71c2ddd635fa936be4 (patch)
tree58af24e8981bfa4b0c8dc330ea8903dac3bbc479 /Cargo.toml
parent0acc9768c2aff4bf4495c89698f29b56dae2f4b4 (diff)
feat(login): login via nip46 QR code
or nostrconnect url string which is a much better UX flow for nip46
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d770c14..16ab010 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,6 +30,7 @@ nostr-sdk = "0.34.0"
30nostr-signer = "0.34.0" 30nostr-signer = "0.34.0"
31nostr-sqlite = "0.34.0" 31nostr-sqlite = "0.34.0"
32passwords = "3.1.13" 32passwords = "3.1.13"
33qrcode = { version = "0.14.1", default-features = false }
33scrypt = "0.11.0" 34scrypt = "0.11.0"
34serde = { version = "1.0.181", features = ["derive"] } 35serde = { version = "1.0.181", features = ["derive"] }
35serde_json = "1.0.105" 36serde_json = "1.0.105"