diff options
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" |