Files
lib_um_crypto_rust/um_crypto/qtfm/Cargo.toml
2024-12-15 01:25:01 +09:00

13 lines
195 B
TOML

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