chore: sort dependencies; expose qtfm visibility in um_cli

This commit is contained in:
鲁树人 2024-09-20 00:46:15 +01:00
parent 8f00373dbf
commit fd09693656
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.17", features = ["derive"] }
hex = "0.4.3"
umc_joox = { path = "../um_crypto/joox" }
umc_kgm = { path = "../um_crypto/kgm" }
umc_kuwo = { path = "../um_crypto/kuwo" }
@ -15,4 +16,3 @@ umc_qtfm = { path = "../um_crypto/qtfm" }
umc_xiami = { path = "../um_crypto/xiami" }
umc_xmly = { path = "../um_crypto/xmly" }
umc_utils = { path = "../um_crypto/utils" }
hex = "0.4.3"

View File

@ -5,7 +5,7 @@ pub mod kgm;
pub mod ncm;
pub mod qmc1;
pub mod qmc2;
mod qtfm;
pub mod qtfm;
pub mod xiami;
pub mod xmly;