From 9fc38dcb2774234d178fe76511cabfb22c768c7b Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Mon, 22 Dec 2025 22:08:42 +0100 Subject: Add the initial skeleton of the parser --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3