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

[dependencies]
nihav_core = { path="../nihav-core" }
nihav_registry = { path="../nihav-registry" }
nihav_allstuff = { path="../nihav-allstuff" }