d19243e7a8
insert custom help text cleanup not anymore used code
18 lines
293 B
TOML
18 lines
293 B
TOML
[package]
|
|
name = "imag"
|
|
version = "0.2.0"
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
[dependencies]
|
|
version = "2.0"
|
|
walkdir = "0.1.5"
|
|
crossbeam = "0.2.9"
|
|
clap = "2.*"
|
|
log = "0.3"
|
|
|
|
[dependencies.libimagrt]
|
|
path = "../libimagrt"
|
|
|
|
[dependencies.libimagerror]
|
|
path = "../libimagerror"
|
|
|