From 406bcd94d57552e14bea19945713acd0d36b5c21 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Thu, 25 Apr 2019 22:24:51 +0200 Subject: [PATCH] Update the README path --- acmed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"