[xiami] feat: implement xiami decipher

This commit is contained in:
鲁树人
2024-09-18 23:33:22 +01:00
parent 687885b88d
commit 1800f1b627
11 changed files with 140 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[package]
name = "umc_xiami"
version = "0.1.0"
edition = "2021"
[dependencies]
thiserror = "1.0.63"