]> git.nihav.org Git - nihav.git/blame_incremental - nihav-core/Cargo.toml
core/soundcvt: fix buffer type in test
[nihav.git] / nihav-core / Cargo.toml
... / ...
CommitLineData
1[package]
2name = "nihav_core"
3version = "0.1.0"
4authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
5edition = "2018"
6
7[features]
8default = ["decoders", "demuxers"]
9
10decoders = []
11demuxers = []