[dependencies.clap]
features = ["derive"]
version = "3.2.13"
[dependencies.ctrlc]
version = "3.2.2"
[package]
authors = ["Mason Ginter <mason@dagint.com>"]
categories = ["command-line-utilities", "config"]
description = "Small CLI for running commands with temporary environment variables"
edition = "2021"
exclude = ["/.github"]
keywords = ["environment", "variables", "env"]
license = "MIT OR Apache-2.0"
name = "tenv"
readme = "README.md"
repository = "https://github.com/Hpmason/tenv"
resolver = "2"
version = "0.2.0"