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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 368c090..3e836f9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,6 +25,7 @@ nostr-sdk = "0.44"
25# Utilities 25# Utilities
26futures-util = "0.3" 26futures-util = "0.3"
27base64 = "0.22" 27base64 = "0.22"
28flate2 = "1.0"
28 29
29# Serialization 30# Serialization
30serde = { version = "1.0", features = ["derive"] } 31serde = { version = "1.0", features = ["derive"] }