2016-02-03 14:04:25 +00:00
|
|
|
[package]
|
2016-04-16 19:56:16 +00:00
|
|
|
name = "libimagentrylink"
|
2016-07-12 09:51:20 +00:00
|
|
|
version = "0.2.0"
|
2016-02-03 14:04:25 +00:00
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2016-04-17 13:48:51 +00:00
|
|
|
itertools = "0.4"
|
2016-05-10 15:54:47 +00:00
|
|
|
log = "0.3"
|
2016-08-06 15:21:31 +00:00
|
|
|
toml = "0.2.*"
|
2016-04-09 13:49:36 +00:00
|
|
|
semver = "0.2"
|
2016-05-12 14:40:06 +00:00
|
|
|
url = "1.1"
|
2016-04-16 12:26:33 +00:00
|
|
|
rust-crypto = "0.2.35"
|
2016-10-15 08:58:50 +00:00
|
|
|
env_logger = "0.3"
|
2016-02-03 14:09:40 +00:00
|
|
|
|
|
|
|
[dependencies.libimagstore]
|
|
|
|
path = "../libimagstore"
|
|
|
|
|
2016-05-15 14:53:31 +00:00
|
|
|
[dependencies.libimagerror]
|
|
|
|
path = "../libimagerror"
|
|
|
|
|
2016-05-14 17:43:20 +00:00
|
|
|
[dependencies.libimagutil]
|
|
|
|
path = "../libimagutil"
|
|
|
|
|