lib_um_crypto_rust/um_crypto/kgm/Cargo.toml

11 lines
174 B
TOML
Raw Normal View History

2024-09-15 21:15:02 +00:00
[package]
name = "umc_kgm"
version = "0.1.0"
edition = "2021"
[dependencies]
byteorder = "1.5.0"
itertools = "0.13.0"
thiserror = "1.0.63"
umc_utils = { path = "../utils" }