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 e1e1627..eceebcb 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# Data structures
37indexmap = "2"
38
36# Random (for startup jitter) 39# Random (for startup jitter)
37rand = "0.8" 40rand = "0.8"
38 41