secrets-file-builder/Cargo.toml

16 lines
415 B
TOML
Raw Normal View History

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