ldap: create new proxmox-ldap crate

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
Lukas Wagner 2023-01-24 11:03:32 +01:00 committed by Wolfgang Bumiller
parent fbac2f0a0c
commit 0e2f88ccf3
3 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@ members = [
"proxmox-http",
"proxmox-io",
"proxmox-lang",
"proxmox-ldap",
"proxmox-metrics",
"proxmox-rest-server",
"proxmox-router",

11
proxmox-ldap/Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[package]
name = "proxmox-ldap"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
exclude.workspace = true
description = "Proxmox library for LDAP authentication/synchronization"
[dependencies]

0
proxmox-ldap/src/lib.rs Normal file
View File