Update cargo.toml with new fields
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user