diff options
| author | metamuffin <metamuffin@disroot.org> | 2023-03-08 21:26:35 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2023-03-08 21:26:35 +0100 |
| commit | 292519649c4244adb6672488efe7c2e906726c58 (patch) | |
| tree | 41e2cd62d53b47afa7995d91a326ef2e361029c7 /lvc/Cargo.toml | |
| parent | 5b3c03bc0cfcf89e76953dde13ed58a39b5d1dd0 (diff) | |
| download | video-codec-experiments-292519649c4244adb6672488efe7c2e906726c58.tar video-codec-experiments-292519649c4244adb6672488efe7c2e906726c58.tar.bz2 video-codec-experiments-292519649c4244adb6672488efe7c2e906726c58.tar.zst | |
about to implement huff
Diffstat (limited to 'lvc/Cargo.toml')
| -rw-r--r-- | lvc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lvc/Cargo.toml b/lvc/Cargo.toml index f53a95f..0a4a301 100644 --- a/lvc/Cargo.toml +++ b/lvc/Cargo.toml @@ -2,8 +2,8 @@ name = "lvc" version = "0.1.0" edition = "2021" +default-run = "main" [dependencies] rayon = "1.7.0" -bincode = "2.0.0-rc.2" clap = { version = "4.1.8", features = ["derive"] } |