Add new task endpoint
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user