upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2c6be46..78130f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ license = "MIT"
7 7
8[dependencies] 8[dependencies]
9nostr-sdk = "0.39" 9nostr-sdk = "0.39"
10nostr = "0.39" 10nostr = { version = "0.39", features = ["nip04", "nip46"] }
11tokio = { version = "1", features = ["full"] } 11tokio = { version = "1", features = ["full"] }
12sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite"] } 12sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite"] }
13toml = "0.8" 13toml = "0.8"