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

[dependencies]
clap = "2"
log = "0.3"
interactor = "0.1"

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

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