update for new nihav_registry crate
[nihav-tool.git] / Cargo.toml
CommitLineData
019f9f9c
KS
1[package]
2name = "nihav-tool"
3version = "0.1.0"
4authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
1e596ff3 5edition = "2018"
019f9f9c
KS
6
7[dependencies]
98b31ef7 8nihav_core = { path="../nihav-core" }
7d08c359 9nihav_registry = { path="../nihav-registry" }
98b31ef7 10nihav_allstuff = { path="../nihav-allstuff" }