1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-08 19:43:03 +00:00

Add benches to Cargo.toml.

This commit is contained in:
Alf 2023-02-01 21:32:02 -08:00
parent c8cc6f25a8
commit 024c26ade7

View file

@ -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"