mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-20 12:35:44 +01:00
chore: nostr-sdk as workspace dep (#1167)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user