[package] name = "nihav-tool" version = "0.1.0" authors = ["Kostya Shishkov "] edition = "2018" [dependencies] nihav_core = { path="../nihav-core" } nihav_codec_support = { path="../nihav-codec-support" } nihav_registry = { path="../nihav-registry" } nihav_allstuff = { path="../nihav-allstuff" } [dependencies.nihav_hlblocks] path = "../nihav-hlblocks" features = ["demuxer"]