[package] name = "yetanothersuite" version = "0.1.0" description = "YetAnotherSuite - Unified Productivity Ecosystem" authors = ["YetAnotherSuite"] edition = "2021" [lib] name = "yetanothersuite_lib" crate-type = ["staticlib", "cdylib", "rlib"] [build-dependencies] tauri-build = { version = "2", features = [] } [dependencies] tauri = { version = "2", features = [] } tauri-plugin-shell = "2" tauri-plugin-notification = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" [features] default = ["custom-protocol"] custom-protocol = ["tauri/custom-protocol"]