mirror of
https://github.com/m-lamonaca/json-to-env.git
synced 2025-04-05 10:26:40 +00:00
release v0.2.0
This commit is contained in:
parent
cfa0b5c8a2
commit
4d5da55227
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -116,7 +116,7 @@ checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "json2env"
|
name = "json2env"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "json2env"
|
name = "json2env"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Marcello Lamonaca <marcello@lamonaca.eu>"]
|
authors = ["Marcello Lamonaca <marcello@lamonaca.eu>"]
|
||||||
description = "JSON to Env Var converter"
|
description = "JSON to Env Var converter"
|
||||||
|
|
Loading…
Add table
Reference in a new issue