mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-08 04:29:54 +00:00
11 lines
174 B
TOML
11 lines
174 B
TOML
[package]
|
|
name = "umc_kgm"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
byteorder = "1.5.0"
|
|
itertools = "0.13.0"
|
|
thiserror = "1.0.64"
|
|
umc_utils = { path = "../utils" }
|