mirror of
https://github.com/lldap/lldap.git
synced 2026-06-10 05:20:33 +00:00
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 }
|