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

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#e26c93cdf8c3ef4c4c82b3d37c4646dcee616b53"
dependencies = [
"chrono",
"serde",