|
@ -6,7 +6,7 @@ edition = "2018" |
|
|
description = "ACME (RFC 8555) client daemon" |
|
|
description = "ACME (RFC 8555) client daemon" |
|
|
keywords = ["acme", "tls", "X.509"] |
|
|
keywords = ["acme", "tls", "X.509"] |
|
|
repository = "https://github.com/breard-r/acmed" |
|
|
repository = "https://github.com/breard-r/acmed" |
|
|
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"] |
|
|
build = "build.rs" |
|
|
build = "build.rs" |
|
|