lib_um_crypto_rust/um_cli/Cargo.toml

19 lines
538 B
TOML
Raw Normal View History

2024-09-04 20:31:28 +00:00
[package]
name = "um_cli"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.17", features = ["derive"] }
umc_joox = { path = "../um_crypto/joox" }
2024-09-15 21:15:02 +00:00
umc_kgm = { path = "../um_crypto/kgm" }
umc_kuwo = { path = "../um_crypto/kuwo" }
2024-09-14 15:16:20 +00:00
umc_ncm = { path = "../um_crypto/ncm" }
2024-09-15 21:15:02 +00:00
umc_qmc = { path = "../um_crypto/qmc" }
umc_qtfm = { path = "../um_crypto/qtfm" }
2024-09-18 22:33:22 +00:00
umc_xiami = { path = "../um_crypto/xiami" }
umc_xmly = { path = "../um_crypto/xmly" }
2024-09-05 23:52:23 +00:00
umc_utils = { path = "../um_crypto/utils" }
hex = "0.4.3"