Update cargo.toml with new fields

This commit is contained in:
Alexis Mousset
2014-11-21 13:37:02 +01:00
parent c5b0696fc0
commit 400c8359f6

View File

@@ -1,5 +1,14 @@
[package]
name = "smtp"
version = "0.0.1"
version = "0.0.2"
authors = ["Alexis Mousset <contact@amousset.eu>"]
description = "Simple SMTP client and library"
documentation = "http://amousset.github.io/rust-smtp/smtp/"
repository = "https://github.com/amousset/rust-smtp"
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["email", "smtp"]