mirror of https://github.com/breard-r/acmed.git
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.
28 lines
593 B
28 lines
593 B
[package]
|
|
name = "acme_common"
|
|
version = "0.3.0"
|
|
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
|
|
edition = "2018"
|
|
repository = "https://github.com/breard-r/libreauth"
|
|
readme = "../README.md"
|
|
license = "MIT OR Apache-2.0"
|
|
include = ["src/**/*", "Cargo.toml", "Licence_*.txt"]
|
|
|
|
[lib]
|
|
name = "acme_common"
|
|
|
|
[dependencies]
|
|
base64 = "0.10"
|
|
daemonize = "0.4"
|
|
env_logger = "0.6"
|
|
handlebars = "2.0.0-beta.1"
|
|
http_req = "0.4"
|
|
log = "0.4"
|
|
openssl = "0.10"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
syslog = "4.0"
|
|
toml = "0.5"
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
nix = "0.13"
|