From 8aa62a0fa5556f8aecbdcb40cddf895109553081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Volf?= Date: Sat, 7 Sep 2024 14:43:22 +0200 Subject: [PATCH] build: add time to dependencies --- Cargo.lock | 1 + Cargo.toml | 1 + 2 files changed, 2 insertions(+) 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 = []