1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-19 16:58:04 +00:00

Update Cargo.toml.

This commit is contained in:
Alf 2020-01-12 19:43:16 -08:00
parent efd7ac8981
commit 0e12e60f5c

View file

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