imag/imag-mail/Cargo.toml

29 lines
458 B
TOML
Raw Normal View History

2016-09-23 16:22:03 +00:00
[package]
name = "imag-mail"
version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
2016-10-25 07:47:02 +00:00
semver = "0.5"
2016-09-23 16:25:05 +00:00
clap = "2.*"
log = "0.3"
version = "2.0.1"
toml = "0.2.*"
2016-10-25 07:47:02 +00:00
url = "1.2"
2016-09-23 16:25:05 +00:00
[dependencies.libimagrt]
path = "../libimagrt"
[dependencies.libimagmail]
path = "../libimagmail"
[dependencies.libimagerror]
path = "../libimagerror"
[dependencies.libimagutil]
path = "../libimagutil"
2016-10-20 15:26:17 +00:00
[dependencies.libimagref]
path = "../libimagref"