mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-08 04:29:54 +00:00
13 lines
251 B
TOML
13 lines
251 B
TOML
[package]
|
|
name = "umc_qmc"
|
|
version = "0.1.11"
|
|
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" }
|