mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-08 04:29:54 +00:00
12 lines
205 B
TOML
12 lines
205 B
TOML
[package]
|
|
name = "umc_kuwo"
|
|
version = "0.1.11"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
byteorder = "1.5.0"
|
|
itertools = "0.13.0"
|
|
thiserror = "2.0.7"
|
|
umc_qmc = { path = "../qmc" }
|
|
umc_utils = { path = "../utils" }
|