mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
25 lines
558 B
TOML
25 lines
558 B
TOML
[package]
|
|
name = "profiles"
|
|
version = "1.1.0"
|
|
authors = ["William Brown <william@blackhats.net.au>"]
|
|
rust-version = "1.59"
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
description = "Kanidm Build System Profiles"
|
|
documentation = "https://docs.rs/kanidm/latest/kanidm/"
|
|
homepage = "https://github.com/kanidm/kanidm/"
|
|
repository = "https://github.com/kanidm/kanidm/"
|
|
|
|
[lib]
|
|
name = "profiles"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
toml = "0.5"
|
|
base64 = "0.13"
|
|
rustc_version = "0.4.0"
|
|
|
|
[build-dependencies]
|
|
base64 = "0.13"
|