chore: adjust README.md

This commit is contained in:
Maulana Sodiqin
2025-04-07 20:08:26 +07:00
parent eb05ea5994
commit 054f0f63ff
7 changed files with 125 additions and 48 deletions
+24
View File
@@ -0,0 +1,24 @@
[package]
name = "imphnen-cms-service"
version = "0.1.0"
edition = "2024"
[dependencies]
imphnen-entities = { version = "0.1.0", path = "../imphnen-entities" }
imphnen-libs = { version = "0.1.0", path = "../imphnen-libs" }
imphnen-utils = { version = "0.1.0", path = "../imphnen-utils" }
axum.workspace = true
serde.workspace = true
serde_json.workspace = true
utoipa.workspace = true
lazy_static.workspace = true
regex.workspace = true
validator.workspace = true
axum-test.workspace = true
surrealdb.workspace = true
rand.workspace = true
tokio.workspace = true
chrono.workspace = true
anyhow.workspace = true
tower-http.workspace = true
utoipa-swagger-ui.workspace = true