2016-08-09 10:28:10 +00:00
|
|
|
[package]
|
|
|
|
name = "libimagentryedit"
|
|
|
|
version = "0.2.0"
|
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2016-08-09 10:31:56 +00:00
|
|
|
tempfile = "2.1.1"
|
|
|
|
|
|
|
|
[dependencies.libimagerror]
|
|
|
|
path = "../libimagerror"
|
|
|
|
|
|
|
|
[dependencies.libimagrt]
|
|
|
|
path = "../libimagrt"
|
|
|
|
|
|
|
|
[dependencies.libimagstore]
|
|
|
|
path = "../libimagstore"
|
|
|
|
|