deps: Add keyring, nostr-connect, nostr-keyring and url to the dependencies

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-07-18 21:17:02 +00:00
parent e6943aefab
commit f0c20c3677
2 changed files with 233 additions and 0 deletions

View File

@@ -22,7 +22,10 @@ dirs = "6.0.0"
easy-ext = "1.0.2"
either = "1.15.0"
futures = "0.3.31"
keyring = "3"
nostr = { version = "0.42.2", features = ["parser", "nip05"] }
nostr-connect = "0.42.0"
nostr-keyring = "0.42.1"
nostr-sdk = "0.42.0"
regex = "1.11.1"
serde = { version = "1.0.219", features = ["derive"] }
@@ -32,6 +35,7 @@ tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] }
toml = "0.8.22"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
url = { version = "2.5.4", features = ["serde"] }
[profile.release]
lto = "fat"