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

11
Cargo.lock generated
View File

@ -1355,6 +1355,15 @@ dependencies = [
"windows-sys 0.45.0",
]
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.5"
@ -2152,8 +2161,10 @@ dependencies = [
"grammers-client",
"grammers-session",
"grammers-tl-types",
"itertools",
"lazy_static",
"log",
"num-integer",
"rand 0.8.5",
"rayon",
"regex",