diff options
Diffstat (limited to 'bv1/codec/Cargo.toml')
-rw-r--r-- | bv1/codec/Cargo.toml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bv1/codec/Cargo.toml b/bv1/codec/Cargo.toml deleted file mode 100644 index d4c9002..0000000 --- a/bv1/codec/Cargo.toml +++ /dev/null @@ -1,12 +0,0 @@ -[package] -name = "bv1" -version = "0.1.0" -edition = "2021" - -[dependencies] -rayon = {version="1.10.0",optional = true} - -[features] -default = ["parallel"] -parallel = ["dep:rayon"] - |