summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-notes/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-10-21 16:35:57 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-10-31 15:03:30 +0100
commita20871eb5e13e754f06d25aa38f3628cfe51a6f2 (patch)
treec2bd2d2aa0467e53ee3d0bf840420212eaa09462 /bin/domain/imag-notes/Cargo.toml
parent5d76e7bafabe015f8b0ec96e21d64620226d7666 (diff)
Add badges in Cargo.toml of all crates
Diffstat (limited to 'bin/domain/imag-notes/Cargo.toml')
-rw-r--r--bin/domain/imag-notes/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/domain/imag-notes/Cargo.toml b/bin/domain/imag-notes/Cargo.toml
index 246010b7..0e97826c 100644
--- a/bin/domain/imag-notes/Cargo.toml
+++ b/bin/domain/imag-notes/Cargo.toml
@@ -13,6 +13,12 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
+[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]
clap = ">=2.17"
log = "0.3"