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

@ -13,8 +13,16 @@ crate-type = ["lib", "cdylib", "staticlib"]
tauri-build = { version = "2.0.0-rc", features = [] }
[dependencies]
tauri = { version = "2.0.0-rc", features = [] }
tauri-plugin-shell = "2.0.0-rc"
axum.workspace = true
bytes = "1.6.1"
http = "1.1.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tauri = { version = "2.0.0-rc", features = [] }
tauri-plugin-shell = "2.0.0-rc"
thiserror.workspace = true
tower = "0.4.13"
tokio.workspace = true
app = { path = "../app" }