mirror of
https://github.com/alfg/mp4-rust.git
synced 2025-01-03 08:58:40 +00:00
10 lines
227 B
TOML
10 lines
227 B
TOML
[package]
|
|
name = "mp4"
|
|
version = "0.1.0"
|
|
authors = ["Alf <alf.g.jr@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
byteorder = "1"
|