22 lines
377 B
TOML
22 lines
377 B
TOML
[package]
|
|
name = "imag-counter"
|
|
version = "0.1.0"
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
[dependencies]
|
|
clap = "2.1.1"
|
|
log = "0.3"
|
|
version = "2.0.1"
|
|
|
|
[dependencies.libimagrt]
|
|
path = "../libimagrt"
|
|
|
|
[dependencies.libimagerror]
|
|
path = "../libimagerror"
|
|
|
|
[dependencies.libimagutil]
|
|
path = "../libimagutil"
|
|
|
|
[dependencies.libimagcounter]
|
|
path = "../libimagcounter"
|
|
|