2016-03-24 10:52:05 +00:00
|
|
|
[package]
|
|
|
|
name = "libimagstorestdhook"
|
2016-07-12 09:51:20 +00:00
|
|
|
version = "0.2.0"
|
2016-03-24 10:52:05 +00:00
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
|
2016-10-18 08:56:12 +00:00
|
|
|
description = "Library for the imag core distribution"
|
|
|
|
|
|
|
|
keywords = ["imag", "PIM", "personal", "information", "management"]
|
|
|
|
readme = "../README.md"
|
|
|
|
license = "LGPL-2.1"
|
|
|
|
|
|
|
|
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
|
|
|
|
repository = "https://github.com/matthiasbeyer/imag"
|
2016-10-20 12:14:18 +00:00
|
|
|
homepage = "http://imag-pim.org"
|
2016-10-18 08:56:12 +00:00
|
|
|
|
2016-03-24 10:52:05 +00:00
|
|
|
[dependencies]
|
2016-08-06 15:19:14 +00:00
|
|
|
toml = "0.2.*"
|
2016-05-10 15:54:47 +00:00
|
|
|
log = "0.3"
|
2016-10-24 12:30:54 +00:00
|
|
|
fs2 = "0.3"
|
|
|
|
git2 = "0.5"
|
2016-03-24 10:52:43 +00:00
|
|
|
|
|
|
|
[dependencies.libimagstore]
|
|
|
|
path = "../libimagstore"
|
|
|
|
|
2016-04-18 14:53:45 +00:00
|
|
|
[dependencies.libimagentrylink]
|
|
|
|
path = "../libimagentrylink"
|
|
|
|
|
2016-09-08 15:14:49 +00:00
|
|
|
[dependencies.libimaginteraction]
|
|
|
|
path = "../libimaginteraction"
|
|
|
|
|
2016-05-16 16:59:02 +00:00
|
|
|
[dependencies.libimagerror]
|
|
|
|
path = "../libimagerror"
|
2016-04-18 14:53:45 +00:00
|
|
|
|
2016-07-29 14:48:22 +00:00
|
|
|
[dependencies.libimagutil]
|
|
|
|
path = "../libimagutil"
|
|
|
|
|