aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 76cc06e8c342e9ec2f0a21a69c6c36d86d7bb51c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "nihav-tool"
version = "0.1.0"
authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
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" }