Files
lib_um_crypto_rust/um_crypto/qmc/Cargo.toml
2025-09-08 20:43:33 +09:00

13 lines
251 B
TOML

[package]
name = "umc_qmc"
version = "0.1.12"
edition = "2021"
[dependencies]
byteorder = "1.5.0"
itertools = "0.14"
lazy_static = "1.5.0"
tc_tea = { version = "0.2.1", default-features = false }
thiserror = "2.0.7"
umc_utils = { path = "../utils" }