chore: sort dependencies; expose qtfm visibility in um_cli
This commit is contained in:
parent
8f00373dbf
commit
fd09693656
@ -6,6 +6,7 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.86"
|
anyhow = "1.0.86"
|
||||||
clap = { version = "4.5.17", features = ["derive"] }
|
clap = { version = "4.5.17", features = ["derive"] }
|
||||||
|
hex = "0.4.3"
|
||||||
umc_joox = { path = "../um_crypto/joox" }
|
umc_joox = { path = "../um_crypto/joox" }
|
||||||
umc_kgm = { path = "../um_crypto/kgm" }
|
umc_kgm = { path = "../um_crypto/kgm" }
|
||||||
umc_kuwo = { path = "../um_crypto/kuwo" }
|
umc_kuwo = { path = "../um_crypto/kuwo" }
|
||||||
@ -15,4 +16,3 @@ umc_qtfm = { path = "../um_crypto/qtfm" }
|
|||||||
umc_xiami = { path = "../um_crypto/xiami" }
|
umc_xiami = { path = "../um_crypto/xiami" }
|
||||||
umc_xmly = { path = "../um_crypto/xmly" }
|
umc_xmly = { path = "../um_crypto/xmly" }
|
||||||
umc_utils = { path = "../um_crypto/utils" }
|
umc_utils = { path = "../um_crypto/utils" }
|
||||||
hex = "0.4.3"
|
|
||||||
|
@ -5,7 +5,7 @@ pub mod kgm;
|
|||||||
pub mod ncm;
|
pub mod ncm;
|
||||||
pub mod qmc1;
|
pub mod qmc1;
|
||||||
pub mod qmc2;
|
pub mod qmc2;
|
||||||
mod qtfm;
|
pub mod qtfm;
|
||||||
pub mod xiami;
|
pub mod xiami;
|
||||||
pub mod xmly;
|
pub mod xmly;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user