chore: define workspace.dependencies and add sea-orm-cli as dev-dep

This commit is contained in:
2024-09-19 23:50:42 +02:00
parent 0d51e3aa68
commit fcba21ef68
8 changed files with 952 additions and 90 deletions

View File

@ -7,4 +7,14 @@ members = [
"crates/utils",
"migration",
"entity",
".",
]
[workspace.dependencies]
anyhow = "1.0"
axum = "0.7.5"
dotenv = "0.15"
sea-orm-cli = "1.0.1"
sea-orm = "1.0.1"
thiserror = "1.0"
tokio = "1.39.1"