secrets-file-builder/Cargo.toml

17 lines
468 B
TOML
Raw Permalink Normal View History

2024-08-22 18:39:49 +02:00
[package]
name = "secrets-file-builder"
2024-09-12 02:54:06 +02:00
version = "0.3.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"
serde_json = "1.0.114"
url-escape = "0.1.1"