mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-07 20:19:51 +00:00
19 lines
538 B
TOML
19 lines
538 B
TOML
[package]
|
|
name = "um_cli"
|
|
version = "0.1.9"
|
|
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_mg3d = { path = "../um_crypto/mg3d" }
|
|
umc_ncm = { path = "../um_crypto/ncm" }
|
|
umc_qmc = { path = "../um_crypto/qmc" }
|
|
umc_qtfm = { path = "../um_crypto/qtfm" }
|
|
umc_xiami = { path = "../um_crypto/xiami" }
|
|
umc_xmly = { path = "../um_crypto/xmly" }
|
|
umc_utils = { path = "../um_crypto/utils" }
|