Added time converter.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2023-03-08 04:15:34 +04:00
parent 8b5a588770
commit 7ad82b4a25
5 changed files with 197 additions and 1 deletions

View File

@ -35,3 +35,5 @@ tokio = { version = "1.25.0", features = [
"macros",
"rt-multi-thread",
] }
num-integer = "0.1.45"
itertools = "0.10.5"