imag/imag-bookmark/Cargo.toml

39 lines
881 B
TOML
Raw Normal View History

2016-05-18 19:27:56 +00:00
[package]
name = "imag-bookmark"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-bookmark command"
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"
website = "http://imag-pim.org"
2016-05-18 19:27:56 +00:00
[dependencies]
2016-08-06 15:37:40 +00:00
clap = "2.*"
2016-05-18 19:42:06 +00:00
log = "0.3"
version = "2.0.1"
[dependencies.libimagrt]
path = "../libimagrt"
[dependencies.libimagutil]
path = "../libimagutil"
[dependencies.libimagbookmark]
path = "../libimagbookmark"
[dependencies.libimagerror]
path = "../libimagerror"
[dependencies.libimagentrylink]
path = "../libimagentrylink"
[dependencies.libimagentrytag]
path = "../libimagentrytag"