2024-08-22 18:39:49 +02:00
|
|
|
[package]
|
|
|
|
name = "secrets-file-builder"
|
2024-09-12 03:33:52 +02:00
|
|
|
version = "0.4.0"
|
2024-08-22 18:39:49 +02:00
|
|
|
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]
|
2024-09-12 01:54:43 +02:00
|
|
|
anyhow = "1.0.88"
|
2024-09-12 02:52:08 +02:00
|
|
|
clap = { version = "4.5.17", features = ["derive"] }
|
2024-08-22 18:39:49 +02:00
|
|
|
handlebars = "5.1.0"
|
2024-09-12 03:30:01 +02:00
|
|
|
sd-notify = "0.4.2"
|
2024-08-22 18:39:49 +02:00
|
|
|
serde_json = "1.0.114"
|
|
|
|
url-escape = "0.1.1"
|