2016-03-26 17:25:17 +00:00
|
|
|
[package]
|
|
|
|
name = "libimagdiary"
|
2016-07-12 09:51:20 +00:00
|
|
|
version = "0.2.0"
|
2016-03-26 17:25:17 +00:00
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2016-03-31 12:52:19 +00:00
|
|
|
chrono = "0.2"
|
2016-03-26 17:25:17 +00:00
|
|
|
log = "0.3.5"
|
|
|
|
semver = "0.2"
|
2016-08-06 15:13:31 +00:00
|
|
|
toml = "0.2.*"
|
2016-03-31 12:52:19 +00:00
|
|
|
regex = "0.1"
|
|
|
|
lazy_static = "0.2"
|
|
|
|
itertools = "0.4"
|
2016-03-26 17:25:17 +00:00
|
|
|
|
|
|
|
[dependencies.libimagstore]
|
|
|
|
path = "../libimagstore"
|
|
|
|
|
2016-03-31 12:52:19 +00:00
|
|
|
[dependencies.libimagerror]
|
|
|
|
path = "../libimagerror"
|
|
|
|
|
|
|
|
[dependencies.libimagutil]
|
|
|
|
path = "../libimagutil"
|
|
|
|
|
2016-03-26 17:25:17 +00:00
|
|
|
[dependencies.libimagrt]
|
|
|
|
path = "../libimagrt"
|
|
|
|
|