Add task update endpoint

This commit is contained in:
2022-02-20 20:53:34 +01:00
parent 2b1df4b6fd
commit 6d16f34dd4
9 changed files with 570 additions and 221 deletions

View File

@@ -6,3 +6,4 @@ repos:
- id: cargo-check
args: ['--tests']
- id: clippy
args: ['--tests', '--', '-D', 'warnings']