pad-path 0.2.7

Intuitively modify your `$PATH`
[[bin]]
name = "pad"
path = "src/main.rs"
[build-dependencies.cargo-make]
version = "0.36"
[dependencies.clap]
features = ["cargo", "derive"]
version = "4"

[dependencies.dirs-next]
version = "2.0.0"

[dependencies.itertools]
version = "0.9"

[dependencies.rev_lines]
version = "0.2"
[dev-dependencies.cargo-nextest]
version = "0.9"

[package]
authors = ["James Hawley <developer@jrhawley.ca>"]
categories = ["command-line-utilities"]
description = "Intuitively modify your `$PATH`"
edition = "2021"
homepage = "https://github.com/jrhawley/pad-path/"
include = ["src/**/*", "Cargo.toml", "./README.md"]
keywords = ["cli", "path"]
license = "MIT"
name = "pad-path"
readme = "README.md"
repository = "https://github.com/jrhawley/pad-path/"
version = "0.2.7"