[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

9
Cargo.lock generated
View File

@@ -528,6 +528,7 @@ dependencies = [
"umc_ncm",
"umc_qmc",
"umc_utils",
"umc_xiami",
"umc_xmly",
]
@@ -544,6 +545,7 @@ dependencies = [
"umc_kuwo",
"umc_ncm",
"umc_qmc",
"umc_xiami",
"umc_xmly",
"wasm-bindgen",
"wasm-bindgen-test",
@@ -623,6 +625,13 @@ dependencies = [
"md-5",
]
[[package]]
name = "umc_xiami"
version = "0.1.0"
dependencies = [
"thiserror",
]
[[package]]
name = "umc_xmly"
version = "0.1.0"