feat: add cli support for ncm

This commit is contained in:
鲁树人
2024-09-14 16:16:20 +01:00
parent abd4549da3
commit 208461e089
9 changed files with 140 additions and 10 deletions

View File

@@ -8,4 +8,5 @@ anyhow = "1.0.86"
clap = { version = "4.5.17", features = ["derive"] }
umc_kuwo = { path = "../um_crypto/kuwo" }
umc_qmc = { path = "../um_crypto/qmc" }
umc_ncm = { path = "../um_crypto/ncm" }
umc_utils = { path = "../um_crypto/utils" }