From 9d4adb9afd591ccef8827902034378acd700c6f8 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 31 Jul 2025 12:35:11 +0100 Subject: fix: nip05 breaking changes in rust-nostr as its now 'bring your own transport' --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2f16402..e3f9aa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,6 +31,7 @@ nostr-relay-pool = "0.43.0" nostr-sdk = "0.43.0" passwords = "3.1.16" qrcode = { version = "0.14.1", default-features = false } +reqwest = { version = "0.12.22", features = ["json"] } scrypt = "0.11.0" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" -- cgit v1.2.3