pad-path 0.2.7

Intuitively modify your `$PATH`
[package]
name = "pad-path"
version = "0.2.7"
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 = { version = "4", features = ["cargo", "derive"] }
dirs-next = "2.0.0"
itertools = "0.9"
rev_lines = "0.2"

[build-dependencies]
cargo-make = "0.36"

[dev-dependencies]
cargo-nextest = "0.9"

[[bin]]
name = "pad"
path = "src/main.rs"