Files
hcie-rust-v3.05/hcie-document/Cargo.toml
T

18 lines
328 B
TOML
Raw Normal View History

2026-07-09 02:59:53 +03:00
[package]
name = "hcie-document"
version = "0.1.0"
edition = "2021"
[dependencies]
hcie-protocol = { path = "../hcie-protocol" }
hcie-blend = { path = "../hcie-blend" }
hcie-history = { path = "../hcie-history" }
[lib]
crate-type = ["staticlib", "rlib"]
[dev-dependencies]
rstest = "0.23"
proptest = "1.5"
approx = "0.5"