pad-path 0.1.1

Intuitively modify your `$PATH`
[package]

name = "pad-path"

version = "0.1.1"

authors = ["James Hawley <jamesrichardhawley@gmail.com>"]

edition = "2018"

description = "Intuitively modify your `$PATH`"

license = "MIT"

repository = "https://github.com/jrhawley/pad-path/"

homepage = "https://github.com/jrhawley/pad-path/"

readme = "README.md"

categories = ["command-line-utilities"]

keywords = ["cli"]

include = [

	"src/**/*",

	"Cargo.toml",

	"README.md"

]



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

clap = "2"

itertools = "0.9"



[target.'cfg(windows)'.dependencies]

winreg = "0.7"



[[bin]]

name = "pad"

path = "src/main.rs"