aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 1746d9f9d6a45b4f4078016b0a7cccfc10fddaf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "fmp4"
version = "0.1.0"
authors = ["Felix Kaaman <tmtu@tmtu.ee>"]
edition = "2018"
license = "MPL-2.0"

[dependencies]
byteorder = "1.3"
four-cc = "0.1"
bitflags = "1.0"
thiserror = "1.0"
bytes = "0.5"