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

[dependencies]
itertools = "0.4"
log = "0.3"
toml = "0.2.*"
semver = "0.2"
url = "1.1"
rust-crypto = "0.2.35"

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

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

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