add time format string util

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-07-04 12:58:53 +00:00
parent dc18f89c0b
commit 2dd68d3fa5
2 changed files with 11 additions and 3 deletions

View file

@ -208,7 +208,7 @@ features = ["serde"]
# standard date and time tools
[workspace.dependencies.chrono]
version = "0.4.38"
features = ["alloc"]
features = ["alloc", "std"]
default-features = false
[workspace.dependencies.hyper]