Add new task endpoint

This commit is contained in:
2022-01-13 21:47:19 +01:00
parent b359b5123e
commit 46b29c28e4
7 changed files with 109 additions and 31 deletions

4
Cargo.lock generated
View File

@@ -329,9 +329,11 @@ dependencies = [
"configparser",
"contextswitch-types",
"dotenv",
"lazy_static",
"listenfd",
"mktemp",
"once_cell",
"regex",
"reqwest",
"serde",
"serde_json",
@@ -346,7 +348,7 @@ dependencies = [
[[package]]
name = "contextswitch-types"
version = "0.1.0"
source = "git+https://github.com/dax/contextswitch-types.git#bde9fbc2e638c6cadad90702819bf5d4a324ace3"
source = "git+https://github.com/dax/contextswitch-types.git#79b61a96b5ba708769715d603bb1cbe3c14a0045"
dependencies = [
"chrono",
"serde",