[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"