2c40b8734e
Add a utility that folds an iterator into a result and uses it to reduce boilerplate in the codebase.
19 lines
327 B
TOML
19 lines
327 B
TOML
[package]
|
|
name = "libimagentrylist"
|
|
version = "0.2.0"
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
[dependencies]
|
|
clap = "2.1.1"
|
|
log = "0.3"
|
|
toml = "0.1.25"
|
|
|
|
[dependencies.libimagstore]
|
|
path = "../libimagstore"
|
|
|
|
[dependencies.libimagerror]
|
|
path = "../libimagerror"
|
|
|
|
[dependencies.libimagutil]
|
|
path = "../libimagutil"
|
|
|