From fa16f46e341fca66c6c1b01cf28b2c5f2700b15b Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 1 Aug 2024 14:18:00 +0100 Subject: feat(remote): add `nostr://npub/identifer` support with optional relays as query parameter --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fe0d74a..e13f617 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,6 +35,7 @@ serde = { version = "1.0.181", features = ["derive"] } serde_json = "1.0.105" serde_yaml = "0.9.27" tokio = "1.33.0" +urlencoding = "2.1.3" zeroize = "1.6.0" [dev-dependencies] -- cgit v1.2.3