From 024c26ade7523211c7a3c6fc2e7a4768af68ac9c Mon Sep 17 00:00:00 2001 From: Alf Date: Wed, 1 Feb 2023 21:32:02 -0800 Subject: [PATCH] Add benches to Cargo.toml. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"