mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
18 lines
338 B
TOML
18 lines
338 B
TOML
[package]
|
|
name = "kanidm_utils_users"
|
|
description = "Kanidm utility crate"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
rust-version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
test = true
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
libc = { workspace = true }
|