mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-07 20:19:51 +00:00
chore: sort dependencies; expose qtfm visibility in um_cli
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user