diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index ea9f57b..0080c92 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" description = "ACME (RFC 8555) client daemon" keywords = ["acme", "tls", "X.509"] repository = "https://github.com/breard-r/acmed" -readme = "README.md" +readme = "../README.md" license = "MIT OR Apache-2.0" include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"] build = "build.rs"