deps: Enable nip05 feature of nostr crate

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-05-24 10:57:15 +00:00
parent 02070c2868
commit f7e837e3ab
2 changed files with 385 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ clap-verbosity-flag = { version = "3.0.2", default-features = false, features =
convert_case = "0.8.0"
easy-ext = "1.0.2"
futures = "0.3.31"
nostr = { version = "0.42.0", features = ["parser"] }
nostr = { version = "0.42.0", features = ["parser", "nip05"] }
nostr-sdk = "0.42.0"
tempfile = "3.19.1"
thiserror = "2.0.12"