summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-06 15:49:19 -0600
committermo khan <mo@mokhan.ca>2025-06-06 15:49:19 -0600
commit14c7a0e3ebf77451662bbbac1915facdec0bca3f (patch)
tree9473c21c06d425be2395398ec2a851c695c92a79 /Cargo.toml
parent463c259bd41f20d5811b028e8045f3de3effe097 (diff)
refactor: try vibe coding with claude
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6533885..e943299 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,11 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+serde = { version = "1.0", features = ["derive"] }
+serde_json = "1.0"
+jsonwebtoken = "9.0"
+uuid = { version = "1.0", features = ["v4"] }
+url = "2.0"
+base64 = "0.22"
+rand = "0.8"
+urlencoding = "2.1"