feat: add humantime-demo

This commit is contained in:
2023-01-17 23:32:05 +08:00
parent 570b578596
commit 3a98d7da3f
4 changed files with 38 additions and 1 deletions

16
__time/humantime-demo/Cargo.lock generated Normal file
View File

@@ -0,0 +1,16 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "humantime-demo"
version = "0.1.0"
dependencies = [
"humantime",
]