imag/libimagstorestdhook/Cargo.toml

37 lines
829 B
TOML
Raw Normal View History

2016-03-24 10:52:05 +00:00
[package]
name = "libimagstorestdhook"
version = "0.2.0"
2016-03-24 10:52:05 +00:00
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
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"
homepage = "http://imag-pim.org"
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"
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"
[dependencies.libimagerror]
path = "../libimagerror"
2016-04-18 14:53:45 +00:00
2016-07-29 14:48:22 +00:00
[dependencies.libimagutil]
path = "../libimagutil"