imag/libimagmail/Cargo.toml

19 lines
307 B
TOML
Raw Normal View History

2016-08-09 13:25:10 +00:00
[package]
name = "libimagmail"
2016-08-09 13:38:27 +00:00
version = "0.2.0"
2016-08-09 13:25:10 +00:00
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
2016-08-09 13:38:27 +00:00
log = "0.3"
mailparse = "0.2.0"
semver = "0.2"
toml = "0.2.*"
2016-09-21 16:05:12 +00:00
filters = "0.1.0"
2016-08-09 13:38:27 +00:00
[dependencies.libimagstore]
path = "../libimagstore"
[dependencies.libimagerror]
path = "../libimagerror"