rust-imap/Cargo.toml
2015-06-15 15:14:10 -04:00

17 lines
318 B
TOML

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