summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2026-01-25 00:23:46 +0100
committerJesper Jensen <jesper@jnsn.dev>2026-01-25 00:23:46 +0100
commit678f8f30d2a4adda9535bbef15004b2ed51f410a (patch)
treebdb65f5d266e24bbe6845e3fcc431a6b99c4adcf /Cargo.toml
parent2dc5aed1d0181b88182e93660c2cc9acfd8dd863 (diff)
Add some config stuff for k8s
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 4ec2ac7..05c8983 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
base64 = "0.22.1"
+json-event-parser = "0.2.2"
rand = "0.9.2"
regex = "1.12.2"
tinyjson = "2.5.1"