summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2025-12-22 22:08:42 +0100
committerJesper Jensen <jesper@jnsn.dev>2025-12-22 22:08:42 +0100
commit9fc38dcb2774234d178fe76511cabfb22c768c7b (patch)
tree731bf952904b449c72abca115f680f19a55cd122 /Cargo.toml
parent8c3313d02e3053a43cb0c4cfba5b5b78376dfa20 (diff)
Add the initial skeleton of the parser
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 e8ba899..37cc872 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
base64 = "0.22.1"
+regex = "1.12.2"
tinyjson = "2.5.1"
ureq = "3.1.4"
yaml-rust2 = "0.10.4"