From c7a4bf03facf04ced2525c303c6a7b740c35eff2 Mon Sep 17 00:00:00 2001 From: Paul Z Date: Sun, 22 Oct 2023 18:44:45 +0200 Subject: [PATCH] reintroduce duration-str --- server/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/server/Cargo.toml b/server/Cargo.toml index e6a3181..cfd632e 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -12,6 +12,7 @@ futures-util = "0.3" axum = {version="0.6", features=["macros", "headers", "multipart"]} serde = "1.0" toml = "0.8" +duration-str = "0.7.0" render = { git="https://github.com/render-rs/render.rs" } thiserror = "1.0" rand = "0.8"