2016-03-31 13:39:07 +00:00
|
|
|
[package]
|
|
|
|
name = "imag-diary"
|
2016-07-12 09:51:20 +00:00
|
|
|
version = "0.2.0"
|
2016-03-31 13:39:07 +00:00
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2016-03-31 13:40:24 +00:00
|
|
|
chrono = "0.2"
|
|
|
|
version = "2.0"
|
2016-08-06 15:39:57 +00:00
|
|
|
clap = "2.*"
|
2016-03-31 13:40:24 +00:00
|
|
|
log = "0.3.5"
|
|
|
|
|
|
|
|
[dependencies.libimagrt]
|
|
|
|
path = "../libimagrt"
|
|
|
|
|
|
|
|
[dependencies.libimagdiary]
|
|
|
|
path = "../libimagdiary"
|
|
|
|
|
2016-08-09 11:52:41 +00:00
|
|
|
[dependencies.libimagentryedit]
|
|
|
|
path = "../libimagentryedit"
|
|
|
|
|
2016-03-31 13:40:24 +00:00
|
|
|
[dependencies.libimagentrylist]
|
|
|
|
path = "../libimagentrylist"
|
|
|
|
|
2016-06-08 17:35:59 +00:00
|
|
|
[dependencies.libimagentryview]
|
|
|
|
path = "../libimagentryview"
|
|
|
|
|
2016-03-31 13:40:24 +00:00
|
|
|
[dependencies.libimagerror]
|
|
|
|
path = "../libimagerror"
|
|
|
|
|
|
|
|
[dependencies.libimaginteraction]
|
|
|
|
path = "../libimaginteraction"
|
|
|
|
|
|
|
|
[dependencies.libimagutil]
|
|
|
|
path = "../libimagutil"
|
|
|
|
|
|
|
|
[dependencies.libimagstore]
|
|
|
|
path = "../libimagstore"
|
|
|
|
|
|
|
|
[dependencies.libimagtimeui]
|
|
|
|
path = "../libimagtimeui"
|
|
|
|
|