diff --git a/Cargo.toml b/Cargo.toml index d184cb4..bd5f479 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://github.com/alfg/mp4-rust" repository = "https://github.com/alfg/mp4-rust" keywords = ["mp4", "iso-mp4", "isobmff", "video", "multimedia"] license = "MIT" -include = ["src", "Cargo.toml", "README", "LICENSE"] +include = ["src", "benches", "Cargo.toml", "README", "LICENSE"] [dependencies] thiserror = "^1.0"