mirror of
https://github.com/m-lamonaca/json-to-env.git
synced 2025-04-05 10:26:40 +00:00
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.96 to 1.0.97. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.96...v1.0.97) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
13 lines
375 B
TOML
13 lines
375 B
TOML
[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.3", features = ["derive", "color"] }
|
|
serde_json = "1.0.97"
|