envsub 0.1.3

Command line utility for substituion of environment variables
[package]
name = "envsub"
version = "0.1.3"
description = "Command line utility for substituion of environment variables"
authors = ["Stephen Connolly <stephen.alan.connolly@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
homepage = "https://github.com/stephenc/envsub"
repository = "https://github.com/stephenc/envsub"
readme = "README.md"
keywords = ["cli"]
categories = ["command-line-utilities"]

[package.metadata.release]
sign-commit = true
sign-tag = true
dev-version-ext = "pre"
tag-name = "{{version}}"

[dependencies]
getopts = "0.2"
regex = "1"