Signed-off-by: mujunxiang <1948535941@qq.com>
This commit is contained in:
mujunxiang
2024-12-06 14:32:17 +08:00
committed by weisd
parent f1f310ad86
commit a4588521a1
29 changed files with 532 additions and 135 deletions
Generated
+9
View File
@@ -1207,6 +1207,12 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hybrid-array"
version = "0.2.1"
@@ -1676,9 +1682,12 @@ version = "0.0.1"
dependencies = [
"chrono",
"common",
"humantime",
"hyper",
"psutil",
"serde",
"time",
"tracing",
]
[[package]]