imag/bin/core/imag-git/Cargo.toml

37 lines
1.1 KiB
TOML
Raw Normal View History

2018-04-19 20:40:31 +00:00
[package]
name = "imag-git"
2018-05-08 19:16:26 +00:00
version = "0.9.0"
2018-04-19 20:40:31 +00:00
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-git command"
keywords = ["imag", "PIM", "personal", "information", "management"]
readme = "../../../README.md"
license = "LGPL-2.1"
documentation = "https://imag-pim.org/doc/"
repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
build = "../../../build.rs"
[badges]
travis-ci = { repository = "matthiasbeyer/imag" }
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
maintenance = { status = "actively-developed" }
[dependencies]
log = "0.3"
toml = "0.4"
toml-query = "0.7"
2018-04-19 20:40:31 +00:00
2018-05-08 19:16:26 +00:00
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
2018-04-19 20:40:31 +00:00
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions", "wrap_help"]