Add new task endpoint

This commit is contained in:
2022-01-13 21:47:19 +01:00
parent b359b5123e
commit 81ef6f689b
7 changed files with 117 additions and 33 deletions

View File

@@ -28,7 +28,9 @@ tracing = { version = "0.1.0", features = ["log"] }
tracing-subscriber = { version = "0.3.0", features = ["std", "env-filter", "fmt", "json"] }
tracing-log = "0.1.0"
tracing-actix-web = "=0.5.0-beta.9"
regex = "1.5.0"
lazy_static = "1.4.0"
[dev-dependencies]
once_cell = "1.0"
reqwest = "0.11.0"
reqwest = { version = "0.11.0", features = ["json"] }