aboutsummaryrefslogtreecommitdiff
path: root/lvc/codec/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lvc/codec/Cargo.toml')
-rw-r--r--lvc/codec/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/lvc/codec/Cargo.toml b/lvc/codec/Cargo.toml
new file mode 100644
index 0000000..67189bb
--- /dev/null
+++ b/lvc/codec/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "bv1"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+rayon = "1.7.0"