mirror of
https://github.com/lldap/lldap.git
synced 2024-11-25 00:50:55 +00:00
27 lines
557 B
TOML
27 lines
557 B
TOML
[package]
|
|
authors = ["Valentin Tolmer <valentin@tolmer.fr>", "Steve Barrau <steve.barrau@gmail.com>", "Thomas Wickham <mackwic@gmail.com>"]
|
|
edition = "2018"
|
|
name = "lldap"
|
|
version = "0.1.0"
|
|
[dependencies]
|
|
actix = "*"
|
|
actix-rt = "1.1.1"
|
|
actix-server = "*"
|
|
actix-service = "*"
|
|
actix-web = "*"
|
|
anyhow = "*"
|
|
clap = "3.0.0-beta.2"
|
|
futures-util = "*"
|
|
http = "*"
|
|
log = "*"
|
|
serde = "*"
|
|
thiserror = "*"
|
|
tokio = "0.2.25"
|
|
tracing = "*"
|
|
tracing-actix-web = "*"
|
|
tracing-log = "*"
|
|
tracing-subscriber = "*"
|
|
|
|
[dependencies.figment]
|
|
features = ["toml", "env"]
|
|
version = "*"
|