]>
| Commit | Line | Data |
|---|---|---|
| 019f9f9c KS |
1 | [package] |
| 2 | name = "nihav-tool" | |
| 3 | version = "0.1.0" | |
| 4 | authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"] | |
| 1e596ff3 | 5 | edition = "2018" |
| 019f9f9c KS |
6 | |
| 7 | [dependencies] | |
| 98b31ef7 | 8 | nihav_core = { path="../nihav-core" } |
| b4a0ee1d | 9 | nihav_codec_support = { path="../nihav-codec-support" } |
| 7d08c359 | 10 | nihav_registry = { path="../nihav-registry" } |
| 98b31ef7 | 11 | nihav_allstuff = { path="../nihav-allstuff" } |