feat(serialize):基本完成Hex和Base64的编解码。

This commit is contained in:
徐涛
2023-06-29 15:43:59 +08:00
parent fb5937918a
commit a0f189d1f4
4 changed files with 98 additions and 2 deletions

View File

@@ -18,4 +18,5 @@ hmac-sha512 = "1.1.5"
md-5 = "0.10.5"
rand = "0.8.5"
sha1 = "0.10.5"
thiserror = "1.0.40"
uuid = { version = "1.4.0", features = ["v4", "fast-rng"] }