json_env 1.0.2

`json_env` loads an environment variables from a file called `.env.json` in the current directory and starts a subprocess with them.
[dependencies.anyhow]
version = "1.0.62"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
categories = ["command-line-utilities", "development-tools"]
description = "`json_env` loads an environment variables from a file called `.env.json` in the current directory and starts a subprocess with them."
edition = "2021"
homepage = "https://github.com/brodo/json_env"
license = "Apache-2.0"
license-file = "LICENSE"
name = "json_env"
readme = "Readme.md"
repository = "https://github.com/brodo/json_env.git"
resolver = "2"
version = "1.0.2"