lib_um_crypto_rust/um_crypto/qtfm/Cargo.toml

13 lines
196 B
TOML

[package]
name = "umc_qtfm"
version = "0.1.0"
edition = "2021"
[dependencies]
aes = "0.8.4"
byteorder = "1.5.0"
cbc = "0.1.2"
ctr = "0.9.2"
thiserror = "1.0.63"
umc_utils = { path = "../utils" }