Makefile.toml

TestContainers and diesel test database
This commit is contained in:
Martin Berg Alstad
2024-08-31 12:21:59 +02:00
parent ce770e9c6f
commit 8fb89e0459
19 changed files with 901 additions and 39 deletions

View File

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