summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2026-01-19 21:05:38 +0100
committerJesper Jensen <jesper@jnsn.dev>2026-01-19 21:05:38 +0100
commitef21d01f08dc94ba355f596ddb23e1e32c43c8d4 (patch)
tree6044255f32f894ea52c28c63e7a56d347386b618 /Cargo.toml
parent42e48a4704242b1f63092902b6b40e254c64cad7 (diff)
INITIAL COMMIT (again)
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 37cc872..4ec2ac7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
base64 = "0.22.1"
+rand = "0.9.2"
regex = "1.12.2"
tinyjson = "2.5.1"
ureq = "3.1.4"