[package] name = "path-editor-core" version = "5.0.0" description = "PathEditor core library — shared between GUI and CLI" authors = ["刘航宇"] license = "MIT" edition = "2021" [dependencies] serde = { version = "1", features = ["derive"] } serde_json = "1" log = "0.4" winreg = "0.52" dirs = "5" chrono = "0.4"