chore: initial commit

This commit is contained in:
Maulana Sodiqin
2025-02-03 21:53:42 +07:00
commit 8a5a051e7a
38 changed files with 980 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "imphnen-cms-be"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = { version = "0.8.1", features = ["multipart"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
tokio = { version = "1.43.0", features = ["full"] }