From a6320358650466c120bf0f59aab9fd7e4ac06d7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 20 Dec 2020 18:17:32 +0100 Subject: [PATCH] Fix the README path --- opensmtpd-derive/Cargo.toml | 2 +- opensmtpd/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opensmtpd-derive/Cargo.toml b/opensmtpd-derive/Cargo.toml index 55ae8e3..7427e5a 100644 --- a/opensmtpd-derive/Cargo.toml +++ b/opensmtpd-derive/Cargo.toml @@ -7,7 +7,7 @@ description = "Interface for OpenSMTPD filters" keywords = ["opensmtpd", "filter", "mail"] documentation = "https://docs.rs/opensmtpd-derive/" repository = "https://github.com/breard-r/rust-opensmtpd" -readme = "README.md" +readme = "../README.md" license = "MIT OR Apache-2.0" include = ["src/**/*", "Cargo.toml", "../LICENSE-*.txt"] diff --git a/opensmtpd/Cargo.toml b/opensmtpd/Cargo.toml index 36e0c82..cfaebb2 100644 --- a/opensmtpd/Cargo.toml +++ b/opensmtpd/Cargo.toml @@ -7,7 +7,7 @@ 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" +readme = "../README.md" license = "MIT OR Apache-2.0" include = ["src/**/*", "Cargo.toml", "../LICENSE-*.txt"]