Add nostr-sdk dependency

This commit is contained in:
kernelkind 2024-03-22 18:32:50 -04:00 committed by William Casarin
parent c932efba40
commit d8fcc573f9
2 changed files with 910 additions and 7 deletions

916
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -33,6 +33,7 @@ puffin = { version = "0.19.0", optional = true }
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "2675e7244554e40c9ee10d82b42bc647fef4c17d" }
hex = "0.4.3"
base32 = "0.4.0"
nostr-sdk = "0.29.0"
[features]
default = []