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:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-12-04 15:17:04 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-12-04 15:24:19 +0000
commitfd0c87c787d0626b3546fa571541c9c809711821 (patch)
tree934f20d973127f380b807d2bd44b25c197cf349c /Cargo.toml
parent762cd8e815e797f173f541795de774fbbf978fc3 (diff)
add prometheus metrics
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"