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.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 80fa317..911f5e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,6 +33,9 @@ prometheus = "0.13"
33dashmap = "5" 33dashmap = "5"
34lazy_static = "1.4" 34lazy_static = "1.4"
35 35
36# Random (for startup jitter)
37rand = "0.8"
38
36# Serialization 39# Serialization
37serde = { version = "1.0", features = ["derive"] } 40serde = { version = "1.0", features = ["derive"] }
38serde_json = "1.0" 41serde_json = "1.0"