X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2FCargo.toml;h=175f7c7f6cd5b31043172801097abd3fb391c3fe;hb=7be96acc8d04f0760566255b7ef8c872499889a9;hp=f3f46f9a20d998ff159420302ef811d986a86442;hpb=0443d0c5f73697d5eb59081be3cde9fb02dc3e70;p=nihav.git diff --git a/nihav-core/Cargo.toml b/nihav-core/Cargo.toml index f3f46f9..175f7c7 100644 --- a/nihav-core/Cargo.toml +++ b/nihav-core/Cargo.toml @@ -5,10 +5,11 @@ authors = ["Kostya Shishkov "] edition = "2018" [features] -default = ["decoders", "demuxers", "compr"] +default = ["decoders", "demuxers", "muxers", "compr"] decoders = [] demuxers = [] +muxers = [] compr = ["deflate"] deflate = [] \ No newline at end of file