19 lines
323 B
TOML
19 lines
323 B
TOML
[package]
|
|
name = "libimagentryview"
|
|
version = "0.2.0"
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
[dependencies]
|
|
log = "0.3"
|
|
toml = "0.2.*"
|
|
glob = "0.2.11"
|
|
|
|
[dependencies.libimagrt]
|
|
path = "../libimagrt"
|
|
|
|
[dependencies.libimagstore]
|
|
path = "../libimagstore"
|
|
|
|
[dependencies.libimagerror]
|
|
path = "../libimagerror"
|
|
|