pad-path 0.1.1

Intuitively modify your `$PATH`
[[bin]]
name = "pad"
path = "src/main.rs"
[dependencies.clap]
version = "2"

[dependencies.itertools]
version = "0.9"

[package]
authors = ["James Hawley <jamesrichardhawley@gmail.com>"]
categories = ["command-line-utilities"]
description = "Intuitively modify your `$PATH`"
edition = "2018"
homepage = "https://github.com/jrhawley/pad-path/"
include = ["src/**/*", "Cargo.toml", "README.md"]
keywords = ["cli"]
license = "MIT"
name = "pad-path"
readme = "README.md"
repository = "https://github.com/jrhawley/pad-path/"
version = "0.1.1"
[target."cfg(windows)".dependencies.winreg]
version = "0.7"