summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2026-01-28 08:22:11 +0100
committerJesper Jensen <jesper@jnsn.dev>2026-01-28 08:22:11 +0100
commitf4459a5c46e21b69e9878d47e403c92f399eb745 (patch)
tree24d54c6aa8f22a4ebfe3aa70dda2f6b9c83e1354 /Cargo.toml
parent8c8f8035a2dcea22057c967ffc1ef774a6999f77 (diff)
Make it a server
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 05c8983..4a54256 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,9 +5,12 @@ edition = "2024"
[dependencies]
base64 = "0.22.1"
+chrono = "0.4.43"
json-event-parser = "0.2.2"
+prometheus = "0.14.0"
rand = "0.9.2"
regex = "1.12.2"
+rusqlite = { version = "0.38.0", features = ["chrono"] }
tinyjson = "2.5.1"
ureq = "3.1.4"
yaml-rust2 = "0.10.4"