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

[dependencies]
tempfile = "2.1.1"

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

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

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