feat: add qmc2 cli

This commit is contained in:
鲁树人
2024-09-06 00:52:23 +01:00
parent a9c7ba9fd4
commit e6fcb07ed2
4 changed files with 99 additions and 3 deletions

View File

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