diff options
Diffstat (limited to 'matroska/Cargo.toml')
-rw-r--r-- | matroska/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/matroska/Cargo.toml b/matroska/Cargo.toml new file mode 100644 index 0000000..0d6e492 --- /dev/null +++ b/matroska/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "jellymatroska" +version = "0.1.0" +edition = "2021" + +[dependencies] +ebml_derive = { path = "../ebml_derive" } +anyhow = "1.0.68" +log = "0.4.17" +env_logger = "0.10.0" |