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

[dependencies]
toml = "0.2.*"
log = "0.3"
fs2 = "0.2"
git2 = "0.4"

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

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

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

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