mirror of
https://github.com/alfg/mp4-rust.git
synced 2024-12-22 12:06:33 +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"
|
repository = "https://github.com/alfg/mp4-rust"
|
||||||
keywords = ["mp4", "iso-mp4", "isobmff", "video", "multimedia"]
|
keywords = ["mp4", "iso-mp4", "isobmff", "video", "multimedia"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
include = ["src", "Cargo.toml", "README", "LICENSE"]
|
include = ["src", "benches", "Cargo.toml", "README", "LICENSE"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = "^1.0"
|
thiserror = "^1.0"
|
||||||
|
|
Loading…
Reference in a new issue