15 lines
397 B
TOML
15 lines
397 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]
|
||
|
handlebars = "5.1.0"
|
||
|
serde_json = "1.0.114"
|
||
|
url-escape = "0.1.1"
|