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"
2024-10-06 18:55:41 +00:00
thiserror = "1.0.64"
2024-09-15 21:15:02 +00:00
umc_utils = { path = "../utils" }