d6e86d670b
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
21 lines
523 B
TOML
21 lines
523 B
TOML
[package]
|
|
name = "proxmox-ldap"
|
|
description = "Proxmox library for LDAP authentication/synchronization"
|
|
version = "0.2.2"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
exclude.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
ldap3 = { workspace = true, default-features = false, features = ["tls"] }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
native-tls.workspace = true
|
|
|
|
[dev-dependencies]
|
|
proxmox-async.workspace = true
|