secrets-file-builder/Cargo.toml

15 lines
397 B
TOML
Raw Permalink Normal View History

2024-08-22 18:39:49 +02:00
[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]
handlebars = "5.1.0"
serde_json = "1.0.114"
url-escape = "0.1.1"