diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2025-12-22 22:08:42 +0100 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2025-12-22 22:08:42 +0100 |
| commit | 9fc38dcb2774234d178fe76511cabfb22c768c7b (patch) | |
| tree | 731bf952904b449c72abca115f680f19a55cd122 /Cargo.toml | |
| parent | 8c3313d02e3053a43cb0c4cfba5b5b78376dfa20 (diff) | |
Add the initial skeleton of the parser
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
