Update Cargo.toml
This commit is contained in:
parent
f5f04ea5e3
commit
953c96d93b
|
@ -1,7 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "smtp-codec"
|
name = "smtp-codec"
|
||||||
|
keywords = ["email", "smtp", "parser", "codec"]
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Damian Poddebniak <poddebniak@fh-muenster.de>"]
|
authors = ["Damian Poddebniak <poddebniak@fh-muenster.de>"]
|
||||||
|
repository = "https://github.com/duesee/smtp-codec"
|
||||||
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
Loading…
Reference in New Issue