secrets-file-builder/Cargo.toml
networkException 945a287841
Dependencies+Main: Add sd-notify and idle feature back
This patch reverts 6959e6c3a6,
32a2492425 and
7f7b6b4e29 on top of the
current tree, adding back their features.
2025-02-24 00:18:37 +01:00

17 lines
488 B
TOML

[package]
name = "secrets-file-builder"
version = "0.6.0"
edition = "2021"
authors = ["networkException <git@nwex.de>"]
license = "BSD-2-Clause"
repository = "https://git.nwex.de/networkException/secrets-file-builder"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.88"
clap = { version = "4.5.17", features = ["derive"] }
handlebars = "5.1.0"
sd-notify = "0.4.5"
serde_json = "1.0.114"
url-escape = "0.1.1"