diff --git a/Cargo.lock b/Cargo.lock index 3e9311c..e8632dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2907,6 +2907,7 @@ dependencies = [ "serde", "serde_json", "serde_with", + "time", "tracing", "tracing-wasm", "validator", diff --git a/Cargo.toml b/Cargo.toml index dee2047..3fb07f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = []