Files
hcie-rust-v3.05/hcie-text/Cargo.toml
T
Your Name 8447b2d796
mandatory-regression-gate / deterministic-tests (push) Has been cancelled
mandatory-regression-gate / protected-performance-path (push) Has been cancelled
Refactor code structure for improved readability and maintainability
2026-07-23 15:34:05 +03:00

21 lines
385 B
TOML

[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 = { version = "0.34", default-features = false, features = ["default_fonts", "glow"] }
egui = "0.34"
rstest = "0.23"
proptest = "1.5"
approx = "0.5"
proptest = "1.5"
approx = "0.5"