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