proxmox/proxmox-ldap/Cargo.toml
Fabian Grünbichler 8c9eb85706 ldap: fix Cargo.toml syntax
this throws a warning now..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2024-06-25 13:54:26 +02:00

19 lines
496 B
TOML

[package]
name = "proxmox-ldap"
version = "0.2.2"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
exclude.workspace = true
description = "Proxmox library for LDAP authentication/synchronization"
[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