mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-07 20:19:51 +00:00
12 lines
181 B
TOML
12 lines
181 B
TOML
[package]
|
|
name = "umc_qtfm"
|
|
version = "0.1.5"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
aes = "0.8.4"
|
|
byteorder = "1.5.0"
|
|
ctr = "0.9.2"
|
|
thiserror = "2.0.7"
|
|
umc_utils = { path = "../utils" }
|