mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-06-29 01:37:22 +08:00
e0e3c802dd
Cargo.toml / package.json / tauri.conf.json / README badge Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
15 lines
224 B
TOML
15 lines
224 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"core",
|
|
"gui",
|
|
"cli",
|
|
]
|
|
|
|
[workspace.package]
|
|
version = "5.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
authors = ["刘航宇"]
|
|
repository = "https://github.com/LHY0125/PathEditor"
|