mov: fix video extradata reading
[nihav.git] / nihav-allstuff / Cargo.toml
... / ...
CommitLineData
1[package]
2name = "nihav_allstuff"
3version = "0.1.0"
4authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
5edition = "2018"
6
7[dependencies]
8nihav_core = { path = "../nihav-core" }
9nihav_commonfmt = { path = "../nihav-commonfmt" }
10nihav_duck = { path = "../nihav-duck" }
11nihav_game = { path = "../nihav-game" }
12nihav_indeo = { path = "../nihav-indeo" }
13nihav_ms = { path = "../nihav-ms" }
14nihav_rad = { path = "../nihav-rad" }
15nihav_realmedia = { path = "../nihav-realmedia" }
16
17[dev-dependencies]
18nihav_registry = { path = "../nihav-registry" }