DieselCrud traits and derives

This commit is contained in:
Martin Berg Alstad
2024-08-19 19:40:14 +02:00
parent 2c8577a11d
commit ae775f4e9e
21 changed files with 1555 additions and 101 deletions

View File

@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
lib = { path = "../..", features = ["axum"] }
axum = "0.7.5"
tokio = { version = "1.38.0", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.39", features = ["rt-multi-thread", "macros"] }