Fix the README path
This commit is contained in:
parent
0df38c9349
commit
a632035865
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ description = "Interface for OpenSMTPD filters"
|
||||||
keywords = ["opensmtpd", "filter", "mail"]
|
keywords = ["opensmtpd", "filter", "mail"]
|
||||||
documentation = "https://docs.rs/opensmtpd-derive/"
|
documentation = "https://docs.rs/opensmtpd-derive/"
|
||||||
repository = "https://github.com/breard-r/rust-opensmtpd"
|
repository = "https://github.com/breard-r/rust-opensmtpd"
|
||||||
readme = "README.md"
|
readme = "../README.md"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
include = ["src/**/*", "Cargo.toml", "../LICENSE-*.txt"]
|
include = ["src/**/*", "Cargo.toml", "../LICENSE-*.txt"]
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ description = "Interface for OpenSMTPD filters"
|
||||||
keywords = ["opensmtpd", "filter", "mail"]
|
keywords = ["opensmtpd", "filter", "mail"]
|
||||||
documentation = "https://docs.rs/opensmtpd/"
|
documentation = "https://docs.rs/opensmtpd/"
|
||||||
repository = "https://github.com/breard-r/rust-opensmtpd"
|
repository = "https://github.com/breard-r/rust-opensmtpd"
|
||||||
readme = "README.md"
|
readme = "../README.md"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
include = ["src/**/*", "Cargo.toml", "../LICENSE-*.txt"]
|
include = ["src/**/*", "Cargo.toml", "../LICENSE-*.txt"]
|
||||||
|
|
||||||
|
|
Reference in a new issue