[package]
name = "pad-path"
version = "0.2.1"
authors = ["James Hawley <developer@jrhawley.ca>"]
edition = "2021"
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", "path"]
include = [
"src/**/*",
"Cargo.toml",
"README.md"
]
[dependencies]
clap = "2"
home = "0.5"
itertools = "0.9"
rev_lines = "0.2"
[[bin]]
name = "pad"
path = "src/main.rs"