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 e25126ea99
commit f4d0399771
8 changed files with 320 additions and 52 deletions

View File

@ -13,13 +13,13 @@ crate-type = ["lib", "cdylib", "staticlib"]
tauri-build = { version = "2.0.0-beta", features = [] }
[dependencies]
axum = "0.7.5"
axum.workspace = true
bytes = "1.6.1"
http = "1.1.0"
tauri = { version = "2.0.0-beta", features = [] }
thiserror.workspace = true
tower = "0.4.13"
tokio = "1.39.1"
tokio.workspace = true
app = { path = "../app" }
http = "1.1.0"
bytes = "1.6.1"
thiserror = "1.0.63"