diff options
author | metamuffin <metamuffin@disroot.org> | 2023-03-09 18:16:05 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-03-09 18:16:05 +0100 |
commit | ac27a58c87bea9480f6603a731448f69c9c3b0fb (patch) | |
tree | b437fb947a5d650c88d8db743c521e832f79611f /lvc/codec/Cargo.toml | |
parent | 4fbf4bb4310da4bede43c9428809ac9a8804982a (diff) | |
download | video-codec-experiments-ac27a58c87bea9480f6603a731448f69c9c3b0fb.tar video-codec-experiments-ac27a58c87bea9480f6603a731448f69c9c3b0fb.tar.bz2 video-codec-experiments-ac27a58c87bea9480f6603a731448f69c9c3b0fb.tar.zst |
rearrange files
Diffstat (limited to 'lvc/codec/Cargo.toml')
-rw-r--r-- | lvc/codec/Cargo.toml | 7 |
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" |