diff --git a/Cargo.toml b/Cargo.toml index 14c9699..5c76eb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "smtp-codec" description = "Low-level SMTP Parser and Serializer" keywords = ["email", "smtp", "parser", "codec"] version = "0.1.0" -authors = ["Damian Poddebniak "] +authors = ["Damian Poddebniak "] repository = "https://github.com/duesee/smtp-codec" license = "MIT OR Apache-2.0" edition = "2018"