25 lines
977 B
TOML
25 lines
977 B
TOML
[package]
|
|
name = "imag-mail"
|
|
version = "0.6.0"
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
description = "Part of the imag core distribution: imag-notes command"
|
|
|
|
keywords = ["imag", "PIM", "personal", "information", "management"]
|
|
readme = "../../../README.md"
|
|
license = "LGPL-2.1"
|
|
|
|
[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.4.0"
|
|
|
|
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
|
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
|
libimagmail = { version = "0.6.0", path = "../../../lib/domain/libimagmail" }
|
|
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|