mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
48a0a8d961
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
14 lines
307 B
TOML
14 lines
307 B
TOML
[package]
|
|
name = "lldap_frontend_options"
|
|
version = "0.1.1"
|
|
description = "Frontend options for LLDAP"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
serde = { workspace = true }
|