41 lines
1.3 KiB
TOML
41 lines
1.3 KiB
TOML
[package]
|
|
name = "imag-link"
|
|
version = "0.5.0"
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
description = "Part of the imag core distribution: imag-link 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"
|
|
homepage = "http://imag-pim.org"
|
|
|
|
[dependencies]
|
|
clap = ">=2.17"
|
|
log = "0.3"
|
|
version = "2.0.1"
|
|
url = "1.5"
|
|
toml = "0.4"
|
|
toml-query = "^0.3.1"
|
|
|
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
|
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
|
libimagentrylink = { version = "0.5.0", path = "../../../lib/entry/libimagentrylink" }
|
|
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }
|
|
|
|
[dev-dependencies.libimagutil]
|
|
version = "0.5.0"
|
|
path = "../../../lib/etc/libimagutil"
|
|
default-features = false
|
|
features = ["testing"]
|
|
|
|
[dev-dependencies.libimagrt]
|
|
version = "0.5.0"
|
|
path = "../../../lib/core/libimagrt"
|
|
default-features = false
|
|
features = ["testing"]
|
|
|