[package] name = "hcie-fx" version = "0.1.0" edition = "2021" [dependencies] hcie-blend = { path = "../hcie-blend" } hcie-protocol = { path = "../hcie-protocol" } rayon = "1.10" [lib] crate-type = ["staticlib", "rlib"]