diff --git a/Cargo.toml b/Cargo.toml index 98372f9..1eaf589 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "smtp-codec" +keywords = ["email", "smtp", "parser", "codec"] version = "0.1.0" authors = ["Damian Poddebniak "] +repository = "https://github.com/duesee/smtp-codec" +license = "MIT OR Apache-2.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html