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.

26 lines
562 B

  1. [package]
  2. name = "acme_common"
  3. version = "0.1.0"
  4. authors = ["Rodolphe Breard <rodolphe@what.tf>"]
  5. edition = "2018"
  6. repository = "https://github.com/breard-r/libreauth"
  7. readme = "../README.md"
  8. license = "MIT OR Apache-2.0"
  9. include = ["src/**/*", "Cargo.toml", "Licence_*.txt"]
  10. [lib]
  11. name = "acme_common"
  12. [dependencies]
  13. base64 = "0.10"
  14. daemonize = "0.4"
  15. handlebars = "2.0.0-beta.1"
  16. http_req = "0.4"
  17. openssl = "0.10"
  18. serde = { version = "1.0", features = ["derive"] }
  19. serde_json = "1.0"
  20. syslog = "4.0"
  21. toml = "0.5"
  22. [target.'cfg(unix)'.dependencies]
  23. nix = "0.13"