init basic database folder structure

This commit is contained in:
GW_MC
2025-11-11 20:15:08 +08:00
parent 54080eb0c9
commit 706a6c76f9
12 changed files with 3322 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[workspace]
members = [
"public/database",
"public/migration",
]
resolver = "3"
[workspace.lints.clippy]
module_inception = "allow"