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.
15 lines
348 B
15 lines
348 B
[package] |
|
name = "vaultwarden_ldap" |
|
version = "0.6.2" |
|
authors = ["ViViDboarder <vividboarder@gmail.com>"] |
|
edition = "2018" |
|
|
|
[dependencies] |
|
ldap3 = "0.9" |
|
serde = { version = "1.0", features = ["derive"] } |
|
toml = "0.5" |
|
reqwest = { version = "0.11", features = ["json", "blocking"] } |
|
serde_json = "1.0" |
|
thiserror = "1.0" |
|
anyhow = "1.0" |
|
envy = "0.4.1"
|
|
|