make audio pipe work with interleaved audio properly
[nihav-encoder.git] / Cargo.toml
CommitLineData
6dc69f51
KS
1[package]
2name = "nihav-encoder"
3version = "0.1.0"
4authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
5edition = "2018"
6
7[dependencies]
1eaa124d
KS
8nihav_core = { path="../nihav-core" }
9nihav_codec_support = { path="../nihav-codec-support" }
10nihav_registry = { path="../nihav-registry" }
11nihav_allstuff = { path="../nihav-allstuff" }