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.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a42125d..80fa317 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,6 +28,11 @@ futures-util = "0.3"
28base64 = "0.22" 28base64 = "0.22"
29flate2 = "1.0" 29flate2 = "1.0"
30 30
31# Metrics
32prometheus = "0.13"
33dashmap = "5"
34lazy_static = "1.4"
35
31# Serialization 36# Serialization
32serde = { version = "1.0", features = ["derive"] } 37serde = { version = "1.0", features = ["derive"] }
33serde_json = "1.0" 38serde_json = "1.0"