aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-allstuff/Cargo.toml
blob: b8ef8698dbc7b69095b6d9fe3a481cdee675c49c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "nihav_allstuff"
version = "0.1.0"
authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
edition = "2018"

[dependencies]
nihav_core = { path = "../nihav-core" }
nihav_commonfmt = { path = "../nihav-commonfmt" }
nihav_duck = { path = "../nihav-duck" }
nihav_game = { path = "../nihav-game" }
nihav_indeo = { path = "../nihav-indeo" }
nihav_rad = { path = "../nihav-rad" }
nihav_realmedia = { path = "../nihav-realmedia" }

[dev-dependencies]
nihav_registry = { path = "../nihav-registry" }