lib_um_crypto_rust/um_crypto/mg3d/Cargo.toml

10 lines
148 B
TOML

[package]
name = "umc_mg3d"
version = "0.1.0"
edition = "2021"
[dependencies]
hex = "0.4.3"
thiserror = "1.0.63"
umc_utils = { path = "../utils" }