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