lib_um_crypto_rust/um_crypto/mg3d/Cargo.toml

10 lines
148 B
TOML
Raw Permalink Normal View History

[package]
name = "umc_mg3d"
version = "0.1.0"
edition = "2021"
[dependencies]
hex = "0.4.3"
2024-10-06 18:55:41 +00:00
thiserror = "1.0.64"
umc_utils = { path = "../utils" }