mirror of
https://github.com/alfg/mp4-rust.git
synced 2024-12-22 12:06:33 +00:00
Update Cargo.toml.
This commit is contained in:
parent
efd7ac8981
commit
0e12e60f5c
1 changed files with 13 additions and 0 deletions
13
Cargo.toml
13
Cargo.toml
|
@ -4,5 +4,18 @@ version = "0.1.0"
|
|||
authors = ["Alf <alf.g.jr@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
description = """
|
||||
MP4 Reader in Rust
|
||||
ISO/IEC 14496-12 - ISO Base Media File Format (QuickTime, MPEG-4, etc)
|
||||
"""
|
||||
|
||||
documentation = "https://docs.rs/mp4rs"
|
||||
homepage = "https://github.com/alfg/mp4rs"
|
||||
repository = "https://github.com/alfg/mp4rs"
|
||||
|
||||
keywords = ["mp4", "isobmff"]
|
||||
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1"
|
||||
|
|
Loading…
Reference in a new issue