summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2026-02-06 19:34:39 +0100
committerJesper Jensen <jesper@jnsn.dev>2026-02-06 19:34:39 +0100
commitc2687b44edb4da3b258f4e28c6add8713c50bcec (patch)
tree8447d8408cf8192ad7f99d64db4b3243dfc4f459 /Cargo.toml
parentdfd1533b4a7953ab41e921a4cb563ff6bf120992 (diff)
Add metrics
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 ab19366..6e14f50 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,5 +18,6 @@ rand = "0.9.2"
regex = "1.12.2"
rusqlite = { version = "0.38.0", features = ["chrono"] }
tinyjson = "2.5.1"
+tiny_http = "0.12"
ureq = "3.1.4"
yaml-rust2 = "0.10.4"