json-to-env/Cargo.toml

14 lines
375 B
TOML
Raw Normal View History

2023-06-07 18:13:52 +02:00
[package]
name = "json2env"
version = "0.1.0"
edition = "2021"
authors = ["Marcello Lamonaca <marcello@lamonaca.eu>"]
description = "JSON to Env Var converter"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.71"
clap = { version = "4.3.4", features = ["derive", "color"] }
serde_json = "1.0.97"