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
+9
View File
@@ -0,0 +1,9 @@
[env]
RUST_LOG="imphnen-cms-api=debug"
RUST_ENV="development"
[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"
opt-level = "z"