mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
Add Clap and base config
This commit is contained in:
+19
-1
@@ -1,11 +1,29 @@
|
||||
[package]
|
||||
name = "lldap"
|
||||
edition = "2018"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
"Valentin Tolmer <valentin@tolmer.fr>",
|
||||
"Steve Barrau <steve.barrau@gmail.com>",
|
||||
"Thomas Wickham <mackwic@gmail.com>"
|
||||
]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
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 = "*"
|
||||
|
||||
Reference in New Issue
Block a user