Add description to Cargo.toml

This commit is contained in:
Damian Poddebniak 2021-02-22 17:46:49 +01:00
parent 953c96d93b
commit 7d0be8df0e
1 changed files with 1 additions and 0 deletions

View File

@ -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 <poddebniak@fh-muenster.de>"]