lldap/Cargo.toml

30 lines
503 B
TOML
Raw Normal View History

2021-03-02 11:45:30 +00:00
[package]
name = "lldap"
2021-03-02 19:13:58 +00:00
edition = "2018"
2021-03-02 11:45:30 +00:00
version = "0.1.0"
authors = [
"Valentin Tolmer <valentin@tolmer.fr>",
"Steve Barrau <steve.barrau@gmail.com>",
"Thomas Wickham <mackwic@gmail.com>"
]
[dependencies]
2021-03-02 19:13:58 +00:00
clap = "3.0.0-beta.2"
actix-web = "3"
anyhow = "*"
thiserror="*"
http = "*"
passablewords = "*"
serde = "*"
tracing = "*"
tracing-actix-web = "*"
tracing-log = "*"
tracing-subscriber = "*"
[dependencies.figment]
features = ["toml", "env"]
version = "*"
[dev-dependencies]
actix-rt = "*"