rust-imap/Cargo.toml
2016-01-11 10:39:42 -05:00

17 lines
329 B
TOML

[package]
name = "imap"
version = "0.0.5"
authors = ["Matt McCoy <mattnenterprise@yahoo.com>"]
repository = "https://github.com/mattnenterprise/rust-imap"
description = "IMAP client for Rust"
readme = "README.md"
license = "Apache-2.0/MIT"
[dependencies]
openssl = "*"
regex = "*"
[[bin]]
name = "example"
path = "example.rs"