lib_um_crypto_rust/um_crypto/xmly/Cargo.toml

15 lines
235 B
TOML
Raw Permalink Normal View History

[package]
name = "umc_xmly"
version = "0.1.0"
edition = "2021"
[dependencies]
aes = "0.8.4"
byteorder = "1.5.0"
cbc = "0.1.2"
cipher = "0.4.4"
hex = "0.4.3"
lazy_static = "1.5.0"
2024-10-06 18:55:41 +00:00
thiserror = "1.0.64"
umc_utils = { path = "../utils" }