ldap-kit/crates/config/Cargo.toml
Candifloss 8a2b9d0952 Password reset config lib
- First part to the config lib
- LDAP connection module
- Constants
2026-07-14 16:41:25 +05:30

12 lines
236 B
TOML

[package]
name = "config"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
anyhow.workspace = true
serde = { workspace = true, features = ["derive"] }
toml.workspace = true