2016-05-12 13:10:31 +00:00
|
|
|
[package]
|
|
|
|
name = "libimagbookmark"
|
|
|
|
version = "0.1.0"
|
|
|
|
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-05-12 13:10:31 +00:00
|
|
|
[dependencies]
|
2016-05-12 13:12:06 +00:00
|
|
|
log = "0.3"
|
|
|
|
semver = "0.2"
|
|
|
|
url = "1.1"
|
2016-07-07 22:23:56 +00:00
|
|
|
regex = "0.1"
|
2016-05-12 13:12:06 +00:00
|
|
|
|
|
|
|
[dependencies.libimagstore]
|
|
|
|
path = "../libimagstore"
|
|
|
|
|
2016-05-12 13:28:24 +00:00
|
|
|
[dependencies.libimagerror]
|
|
|
|
path = "../libimagerror"
|
|
|
|
|
2016-05-12 13:12:06 +00:00
|
|
|
[dependencies.libimagentrylink]
|
|
|
|
path = "../libimagentrylink"
|
|
|
|
|