Initial commit

This commit is contained in:
2026-06-01 00:33:52 +03:00
commit 66df859bc6
4 changed files with 1025 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "learn_save"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = { version = "0.8.9", features = ["multipart", ] }
tokio = { version = "1.52.3", features = ["full"] }
rand = "0.10.1"