feat(serial):基本完成冰雹ID生成器设计,基本完成全部计划中功能设计。

This commit is contained in:
徐涛
2023-07-03 22:33:15 +08:00
parent 3f3191fcea
commit e6447fdd43
4 changed files with 125 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ hmac-sha256 = "1.1.7"
hmac-sha512 = "1.1.5"
image = "0.24.6"
md-5 = "0.10.5"
once_cell = "1.18.0"
rand = "0.8.5"
rsa = { version = "0.9.2", features = ["sha2"] }
sha1 = "0.10.5"