diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-01 14:18:00 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-01 14:18:00 +0100 |
| commit | fa16f46e341fca66c6c1b01cf28b2c5f2700b15b (patch) | |
| tree | c92036add46947fb23f0e45e7ac7659435aa2995 /Cargo.toml | |
| parent | 777a414d368b66363090a6d38beb95c821a4077b (diff) | |
feat(remote): add `nostr://npub/identifer`
support with optional relays as query parameter
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -35,6 +35,7 @@ serde = { version = "1.0.181", features = ["derive"] } | |||
| 35 | serde_json = "1.0.105" | 35 | serde_json = "1.0.105" |
| 36 | serde_yaml = "0.9.27" | 36 | serde_yaml = "0.9.27" |
| 37 | tokio = "1.33.0" | 37 | tokio = "1.33.0" |
| 38 | urlencoding = "2.1.3" | ||
| 38 | zeroize = "1.6.0" | 39 | zeroize = "1.6.0" |
| 39 | 40 | ||
| 40 | [dev-dependencies] | 41 | [dev-dependencies] |