Cargo.toml 268 B

1234567891011121314
  1. [package]
  2. name = "mp4parse"
  3. version = "0.0.8"
  4. authors = ["Ralph Giles <giles@mozilla.com>"]
  5. description = "Parser for ISO base media file format (mp4)"
  6. license = "MPL-2.0"
  7. repository = "https://notabug.org/rillian/mp4parse-rust"
  8. [dependencies]
  9. byteorder = "0.3.8"