]>
Commit | Line | Data |
---|---|---|
5641dccf KS |
1 | [package] |
2 | name = "nihav_allstuff" | |
3 | version = "0.1.0" | |
4 | authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"] | |
5 | edition = "2018" | |
6 | ||
7 | [dependencies] | |
8 | nihav_core = { path = "../nihav-core" } | |
38953fb5 | 9 | nihav_commonfmt = { path = "../nihav-commonfmt" } |
8e4fa38a | 10 | nihav_duck = { path = "../nihav-duck" } |
5641dccf KS |
11 | nihav_game = { path = "../nihav-game" } |
12 | nihav_indeo = { path = "../nihav-indeo" } | |
606c448e | 13 | nihav_rad = { path = "../nihav-rad" } |
32f7cbe5 KS |
14 | nihav_realmedia = { path = "../nihav-realmedia" } |
15 | ||
16 | [dev-dependencies] | |
17 | nihav_registry = { path = "../nihav-registry" } |