diff --git a/fixed_wide_vectors/Cargo.toml b/fixed_wide_vectors/Cargo.toml index 0241f59..1b76fa9 100644 --- a/fixed_wide_vectors/Cargo.toml +++ b/fixed_wide_vectors/Cargo.toml @@ -8,5 +8,7 @@ default=["wide_traits"] wide_traits=["dep:wide_traits"] [dependencies] -fixed_wide = { version = "0.1.0", path = "../fixed_wide" } wide_traits = { version = "0.1.0", path = "../wide_traits", optional = true } + +[dev-dependencies] +fixed_wide = { version = "0.1.0", path = "../fixed_wide" }