Add tests to the handler

This commit is contained in:
Valentin Tolmer
2021-04-13 19:07:51 +02:00
parent 81593c9f84
commit f198638f99
4 changed files with 170 additions and 30 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ tracing-actix-web = "0.3.0-beta.2"
tracing-log = "*"
tracing-subscriber = "*"
async-trait = "0.1.48"
sea-query = "0.9.2"
sea-query = { version = "0.9.2", features = [ "with-chrono" ] }
[dependencies.figment]
features = ["toml", "env"]