forked from Proxmox/proxmox
ldap: create new proxmox-ldap
crate
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
parent
fbac2f0a0c
commit
0e2f88ccf3
@ -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
11
proxmox-ldap/Cargo.toml
Normal 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
0
proxmox-ldap/src/lib.rs
Normal file
Loading…
x
Reference in New Issue
Block a user