[package] name = "patheditor-cli" description = "PathEditor CLI — command-line interface for Windows PATH management" version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true [[bin]] name = "patheditor" path = "src/main.rs" [dependencies] path-editor-core = { path = "../core" } clap = { version = "4", features = ["derive"] } serde_json = "1"