imag/imag-mail/Cargo.toml

25 lines
708 B
TOML
Raw Normal View History

[package]
name = "imag-mail"
version = "0.4.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
2017-08-25 17:42:16 +00:00
description = "Part of the imag core distribution: imag-notes command"
keywords = ["imag", "PIM", "personal", "information", "management"]
readme = "../README.md"
license = "LGPL-2.1"
[dependencies]
semver = "0.5"
clap = "2.*"
log = "0.3"
version = "2.0.1"
toml = "0.4.*"
url = "1.2"
libimagrt = { version = "0.4.0", path = "../libimagrt" }
libimagmail = { version = "0.4.0", path = "../libimagmail" }
libimagerror = { version = "0.4.0", path = "../libimagerror" }
libimagutil = { version = "0.4.0", path = "../libimagutil" }
libimagref = { version = "0.4.0", path = "../libimagref" }