blob: 9b0416476b3fde41330cbdb7f758e0c2bb9b220c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "nihav_core"
version = "0.1.0"
authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
edition = "2018"
[features]
default = ["decoders", "demuxers"]
decoders = []
demuxers = []
|