Browse Source

Reorder the Cargo.toml

pull/39/head
Rodolphe Breard 4 years ago
parent
commit
d1a344a171
  1. 2
      acme_common/Cargo.toml
  2. 7
      acmed/Cargo.toml
  3. 5
      tacd/Cargo.toml

2
acme_common/Cargo.toml

@ -3,8 +3,8 @@ name = "acme_common"
version = "0.12.0" version = "0.12.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"] authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018" edition = "2018"
repository = "https://github.com/breard-r/libreauth"
readme = "../README.md" readme = "../README.md"
repository = "https://github.com/breard-r/libreauth"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
include = ["src/**/*", "Cargo.toml", "Licence_*.txt"] include = ["src/**/*", "Cargo.toml", "Licence_*.txt"]
publish = false publish = false

7
acmed/Cargo.toml

@ -4,12 +4,13 @@ version = "0.12.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"] authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018" edition = "2018"
description = "ACME (RFC 8555) client daemon" description = "ACME (RFC 8555) client daemon"
keywords = ["acme", "tls", "X.509"]
repository = "https://github.com/breard-r/acmed"
readme = "../README.md" readme = "../README.md"
repository = "https://github.com/breard-r/acmed"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"]
keywords = ["acme", "tls", "X.509"]
categories = ["cryptography"]
build = "build.rs" build = "build.rs"
include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"]
publish = false publish = false
[features] [features]

5
tacd/Cargo.toml

@ -4,10 +4,11 @@ version = "0.12.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"] authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018" edition = "2018"
description = "TLS-ALPN Challenge Daemon" description = "TLS-ALPN Challenge Daemon"
keywords = ["acme", "tls", "alpn", "X.509"]
repository = "https://github.com/breard-r/acmed"
readme = "../README.md" readme = "../README.md"
repository = "https://github.com/breard-r/acmed"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
keywords = ["acme", "tls", "alpn", "X.509"]
categories = ["cryptography"]
include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"] include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"]
publish = false publish = false

Loading…
Cancel
Save