fixed_wide_vectors/fixed_wide/Cargo.toml

14 lines
262 B
TOML

[package]
name = "fixed_wide"
version = "0.1.0"
edition = "2021"
[features]
default=["wide_traits"]
wide_traits=["dep:wide_traits"]
[dependencies]
bnum = "0.11.0"
typenum = "1.17.0"
wide_traits = { version = "0.1.0", path = "../wide_traits", optional = true }