Move diesel as a workspace dependency

This commit is contained in:
2023-07-21 20:11:55 +02:00
parent 01a291f738
commit fff33c1e21
4 changed files with 9 additions and 4 deletions

View File

@@ -6,3 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diesel = { workspace = true}
rocket = { version = "0.5.0-rc.3", features = ["json"] }
kairo-common = { path = "../kairo-common" }