]>
| Commit | Line | Data |
|---|---|---|
| 1 | [package] | |
| 2 | name = "nihav-tool" | |
| 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" } | |
| 9 | nihav_codec_support = { path="../nihav-codec-support" } | |
| 10 | nihav_registry = { path="../nihav-registry" } | |
| 11 | nihav_allstuff = { path="../nihav-allstuff" } |