diff options
author | metamuffin <metamuffin@disroot.org> | 2023-03-07 17:15:49 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-03-07 17:15:49 +0100 |
commit | 414990bb53f5c9e2028d42db46fa641fa606cd86 (patch) | |
tree | 67424a3b7aec5e0219ecffec0fa7b0849858c8d2 /lvc/Cargo.toml | |
parent | 2167abcf72d978b4ac2f08fa7cbbddaada01f165 (diff) | |
download | video-codec-experiments-414990bb53f5c9e2028d42db46fa641fa606cd86.tar video-codec-experiments-414990bb53f5c9e2028d42db46fa641fa606cd86.tar.bz2 video-codec-experiments-414990bb53f5c9e2028d42db46fa641fa606cd86.tar.zst |
works
Diffstat (limited to 'lvc/Cargo.toml')
-rw-r--r-- | lvc/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lvc/Cargo.toml b/lvc/Cargo.toml index 15df5d7..71eb470 100644 --- a/lvc/Cargo.toml +++ b/lvc/Cargo.toml @@ -3,6 +3,6 @@ name = "lvc" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] +rayon = "1.7.0" +bincode = "2.0.0-rc.2" |