19 lines
325 B
TOML
19 lines
325 B
TOML
[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"
|
|
|