Browse Source

Update the README path

pull/5/head
Rodolphe Breard 5 years ago
parent
commit
406bcd94d5
  1. 2
      acmed/Cargo.toml

2
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"

Loading…
Cancel
Save