diff options
author | metamuffin <metamuffin@disroot.org> | 2025-09-13 16:08:42 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-09-13 16:08:42 +0200 |
commit | 044c7e1c75145f1ec9d002b4f6fc4433ff7f9540 (patch) | |
tree | db326c8f2327396ed443a1822936927e7c847494 /matroska/Cargo.toml | |
parent | e99bde7a00a161ff5dd91eaf1ce546a9d98cef05 (diff) | |
download | jellything-044c7e1c75145f1ec9d002b4f6fc4433ff7f9540.tar jellything-044c7e1c75145f1ec9d002b4f6fc4433ff7f9540.tar.bz2 jellything-044c7e1c75145f1ec9d002b4f6fc4433ff7f9540.tar.zst |
start remuxer crate rewrite; added matroska demuxer and format detection
Diffstat (limited to 'matroska/Cargo.toml')
-rw-r--r-- | matroska/Cargo.toml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/matroska/Cargo.toml b/matroska/Cargo.toml deleted file mode 100644 index 23c9c5a..0000000 --- a/matroska/Cargo.toml +++ /dev/null @@ -1,10 +0,0 @@ -[package] -name = "jellymatroska" -version = "0.1.0" -edition = "2021" - -[dependencies] -ebml_derive = { path = "../ebml_derive" } -log = "0.4.25" -env_logger = "0.11.6" -thiserror = "2.0.11" |