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

13 lines
226 B
TOML
Raw Normal View History

2026-07-09 02:59:53 +03:00
[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"]