env-next-door 0.5.0

For running commands with custom environment variables
Documentation
# License: see LICENSE file at root directory of `master` branch

[package]
name = 'env-next-door'
version = '0.5.0'
authors = ['Hai Bison <haibison.apps@gmail.com>']
edition = '2018'
description = 'For running commands with custom environment variables'
repository = 'https://bitbucket.org/haibison/env-next-door/'
license-file = 'LICENSE'
keywords = ['command-line', 'env']
categories = ['command-line-utilities']

[dependencies]
dia-args = { version='0.28', optional=true }

[features]
bin = ['dia-args']

[[bin]]
name = 'env-next-door'
path = 'src/bin/env-next-door/main.rs'
required-features = ['bin']