mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-06-29 01:45:54 +08:00
dc36d63302
添加 [[bin]] name = "patheditor",安装后即可直接使用 patheditor 命令。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
17 lines
391 B
TOML
17 lines
391 B
TOML
[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"
|