diff options
author | metamuffin <metamuffin@disroot.org> | 2025-05-05 16:20:34 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-05-05 16:20:34 +0200 |
commit | a34a44ac915dbeb271d3e16b8f7b0a33a743e95c (patch) | |
tree | e68885cc2559144f4a7286fb41244880af52174d /Cargo.toml | |
parent | 306f96164784a8cbf405e72fa4364d6523366e95 (diff) | |
download | video-codec-experiments-a34a44ac915dbeb271d3e16b8f7b0a33a743e95c.tar video-codec-experiments-a34a44ac915dbeb271d3e16b8f7b0a33a743e95c.tar.bz2 video-codec-experiments-a34a44ac915dbeb271d3e16b8f7b0a33a743e95c.tar.zst |
matroska bitstream filter library
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..eccbbe0 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,3 @@ +[workspace] +members = ["framework", "mtree-test"] +resolver = "3" |