feat: ability to complete a task #35
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -2907,6 +2907,7 @@ dependencies = [
|
|||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"serde_with",
|
"serde_with",
|
||||||
|
"time",
|
||||||
"tracing",
|
"tracing",
|
||||||
"tracing-wasm",
|
"tracing-wasm",
|
||||||
"validator",
|
"validator",
|
||||||
|
@ -23,6 +23,7 @@ tracing-wasm = "0.2.1"
|
|||||||
serde_with = { version = "3.9.0", features = ["chrono_0_4"] }
|
serde_with = { version = "3.9.0", features = ["chrono_0_4"] }
|
||||||
async-std = "1.12.0"
|
async-std = "1.12.0"
|
||||||
dioxus-query = "0.5.1"
|
dioxus-query = "0.5.1"
|
||||||
|
time = "0.3.36"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user