summaryrefslogtreecommitdiffstats
path: root/imag-counter/Cargo.toml
blob: 5ef71d51a9d585347ece44aa4e9666e901ad50fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "imag-counter"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]

[dependencies]
clap = "2.1.1"
log = "0.3.5"
version = "2.0.1"

[dependencies.libimagrt]
path = "../libimagrt"

[dependencies.libimagutil]
path = "../libimagutil"

[dependencies.libimagcounter]
path = "../libimagcounter"