chore: nostr-sdk as workspace dep (#1167)

This commit is contained in:
tsk
2025-10-08 16:23:42 +02:00
committed by GitHub
parent 2c2fce9612
commit dab9281d5a
3 changed files with 7 additions and 10 deletions

View File

@@ -31,11 +31,7 @@ tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
home.workspace = true
nostr-sdk = { version = "0.41.0", default-features = false, features = [
"nip04",
"nip44",
"nip59"
]}
nostr-sdk = { workspace = true }
reqwest.workspace = true
url.workspace = true
serde_with.workspace = true