allow nihav-tool in the same directory with other crates
[nihav.git] / nihav-allstuff / Cargo.toml
CommitLineData
5641dccf
KS
1[package]
2name = "nihav_allstuff"
3version = "0.1.0"
4authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
5edition = "2018"
6
7[dependencies]
8nihav_core = { path = "../nihav-core" }
9nihav_game = { path = "../nihav-game" }
10nihav_indeo = { path = "../nihav-indeo" }
11nihav_realmedia = { path = "../nihav-realmedia" }