Add CLI application with database migration and entity generation commands

- Introduced a new CLI application in the `apps/cli` directory.
- Implemented commands for database migration and entity generation.
- Updated `Cargo.toml` files to include necessary dependencies.
- Enhanced the `justfile` to facilitate CLI command execution.
- Modified workspace configuration to include the new CLI application.
This commit is contained in:
GW_MC
2025-11-13 21:26:31 +08:00
parent 373065c95f
commit 829c4ef3e3
9 changed files with 517 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
[workspace]
members = [
"apps/container",
"apps/cli",
"public/shared",
"public/database",
"public/migration"