feat: add ekey

This commit is contained in:
鲁树人
2024-09-06 00:51:56 +01:00
parent e92dc08964
commit c4249226a2
2 changed files with 77 additions and 3 deletions

View File

@@ -4,8 +4,9 @@ version = "0.1.0"
edition = "2021"
[dependencies]
base64 = "0.22.1"
itertools = "0.13.0"
anyhow = "1.0.86"
thiserror = "1.0.63"
byteorder = "1.5.0"
itertools = "0.13.0"
tc_tea = "0.1.4"
thiserror = "1.0.63"
umc_utils = { path = "../utils" }