abstract duration parsing into utils

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-08-27 01:23:44 +00:00
parent 4d42a29c51
commit dea5fee6a3
6 changed files with 24 additions and 12 deletions

2
Cargo.lock generated
View file

@ -692,6 +692,7 @@ dependencies = [
"conduit_macros",
"const-str",
"ctor",
"cyborgtime",
"either",
"figment",
"hardened_malloc-rs",
@ -790,7 +791,6 @@ dependencies = [
"conduit_core",
"conduit_database",
"const-str",
"cyborgtime",
"futures-util",
"hickory-resolver",
"http",