feat: fixup "setup seaorm and a first "debug" entity as example"

This commit is contained in:
2024-09-24 14:20:55 +02:00
parent fcba21ef68
commit 777b7f2425
8 changed files with 38 additions and 14 deletions

View File

@ -13,16 +13,12 @@ crate-type = ["lib", "cdylib", "staticlib"]
tauri-build = { version = "2.0.0-rc", features = [] }
[dependencies]
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" }
thiserror.workspace = true