Files

19 lines
303 B
TOML
Raw Permalink Normal View History

2026-07-09 02:59:53 +03:00
[package]
name = "hcie-text"
version = "0.1.0"
edition = "2021"
[dependencies]
hcie-protocol = { path = "../hcie-protocol" }
fontdue = "0.9"
[lib]
crate-type = ["rlib"]
[dev-dependencies]
eframe = { workspace = true }
egui = { workspace = true }
2026-07-09 02:59:53 +03:00
rstest = "0.23"
proptest = "1.5"
approx = "0.5"