Saving changes

This commit is contained in:
kdeng00
2025-07-30 19:08:44 -04:00
parent 9a60b84538
commit c8ffd8411d
3 changed files with 110 additions and 74 deletions
+1
View File
@@ -6,6 +6,7 @@ rust-version = "1.88"
[dependencies]
axum = { version = "0.8.4", features = ["multipart"] }
axum-extra = { version = "0.10.1", features = ["cookie"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = { version = "1.0.140" }
tower = { version = "0.5.2", features = ["full"] }