[package] name = "patheditor" description = "Windows PATH Environment Variable Editor" version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true repository.workspace = true rust-version = "1.77.2" [lib] name = "app_lib" crate-type = ["staticlib", "rlib"] [build-dependencies] tauri-build = { version = "2.6.2", features = [] } [dependencies] path-editor-core = { path = "../core" } serde = { version = "1.0", features = ["derive"] } log = "0.4" tauri = { version = "2.11.2", features = [] } tauri-plugin-log = "2" tauri-plugin-dialog = "2"