You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
486 B

  1. [package]
  2. name = "tacd"
  3. version = "0.1.0"
  4. authors = ["Rodolphe Breard <rodolphe@what.tf>"]
  5. edition = "2018"
  6. description = "TLS-ALPN Challenge Daemon"
  7. keywords = ["acme", "tls", "alpn", "X.509"]
  8. repository = "https://github.com/breard-r/acmed"
  9. readme = "../README.md"
  10. license = "MIT OR Apache-2.0"
  11. include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"]
  12. [dependencies]
  13. acme_common = { path = "../acme_common" }
  14. clap = "2.32"
  15. env_logger = "0.6"
  16. log = "0.4"
  17. openssl = "0.10"
  18. syslog = "4.0"