chore: define workspace.dependencies and add sea-orm-cli as dev-dep
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@ -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"
|
||||
|
Reference in New Issue
Block a user