secrets-file-builder/Cargo.toml

15 lines
415 B
TOML

[package]
name = "secrets-file-builder"
version = "0.1.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"
handlebars = "5.1.0"
serde_json = "1.0.114"
url-escape = "0.1.1"