From 7d0be8df0e36e5019eb50677ba0cc4fd9b188569 Mon Sep 17 00:00:00 2001 From: Damian Poddebniak Date: Mon, 22 Feb 2021 17:46:49 +0100 Subject: [PATCH] Add description to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1eaf589..6527d90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "smtp-codec" +description = "Low-level SMTP Parser and Serializer" keywords = ["email", "smtp", "parser", "codec"] version = "0.1.0" authors = ["Damian Poddebniak "]