9b0416476b3fde41330cbdb7f758e0c2bb9b220c
[nihav.git] / nihav-core / Cargo.toml
1 [package]
2 name = "nihav_core"
3 version = "0.1.0"
4 authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
5 edition = "2018"
6
7 [features]
8 default = ["decoders", "demuxers"]
9
10 decoders = []
11 demuxers = []