feat: ability to complete a task #35

Merged
matous-volf merged 6 commits from feat/task-complete into main 2024-09-07 12:58:36 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 68562cbf5c - Show all commits

1
Cargo.lock generated
View File

@ -2907,6 +2907,7 @@ dependencies = [
"serde",
"serde_json",
"serde_with",
"time",
"tracing",
"tracing-wasm",
"validator",

View File

@ -23,6 +23,7 @@ tracing-wasm = "0.2.1"
serde_with = { version = "3.9.0", features = ["chrono_0_4"] }
async-std = "1.12.0"
dioxus-query = "0.5.1"
time = "0.3.36"
[features]
default = []