mirror of
https://github.com/alfg/mp4-rust.git
synced 2024-12-21 19:46:27 +00:00
Add benches to Cargo.toml.
This commit is contained in:
parent
c8cc6f25a8
commit
024c26ade7
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue