Add some metadata and release the project under the CeCILL-B license
This commit is contained in:
parent
234ca5477f
commit
2fecbedfa1
3 changed files with 1042 additions and 1 deletions
|
@ -1,8 +1,15 @@
|
|||
[package]
|
||||
name = "opensmtpd"
|
||||
version = "0.1.0"
|
||||
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
|
||||
authors = ["Rodolphe Bréard <rodolphe@what.tf>"]
|
||||
edition = "2018"
|
||||
description = "Interface for OpenSMTPD filters"
|
||||
keywords = ["opensmtpd", "filter", "mail"]
|
||||
documentation = "https://docs.rs/opensmtpd/"
|
||||
repository = "https://github.com/breard-r/rust-opensmtpd"
|
||||
readme = "README.md"
|
||||
license = "CECILL-B"
|
||||
include = ["src/**/*", "Cargo.toml", "Licence_*.txt"]
|
||||
|
||||
[dependencies]
|
||||
nom = "^4.1"
|
||||
|
|
Reference in a new issue