2017-05-30 18:25:00 +00:00
|
|
|
[package]
|
|
|
|
name = "imag-mail"
|
2017-05-30 19:23:33 +00:00
|
|
|
version = "0.3.0"
|
2017-05-30 18:25:00 +00:00
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
semver = "0.5"
|
|
|
|
clap = "2.*"
|
|
|
|
log = "0.3"
|
|
|
|
version = "2.0.1"
|
2017-05-30 18:32:59 +00:00
|
|
|
toml = "0.4.*"
|
2017-05-30 18:25:00 +00:00
|
|
|
url = "1.2"
|
|
|
|
|
|
|
|
[dependencies.libimagrt]
|
|
|
|
path = "../libimagrt"
|
|
|
|
|
|
|
|
[dependencies.libimagmail]
|
|
|
|
path = "../libimagmail"
|
|
|
|
|
|
|
|
[dependencies.libimagerror]
|
|
|
|
path = "../libimagerror"
|
|
|
|
|
|
|
|
[dependencies.libimagutil]
|
|
|
|
path = "../libimagutil"
|
|
|
|
|
|
|
|
[dependencies.libimagref]
|
|
|
|
path = "../libimagref"
|
|
|
|
|