[package] name = "matab-panel" version = "1.0.0" description = "سیستم مدیریت مطب" authors = [] license = "" repository = "" default-run = "matab-panel" edition = "2021" rust-version = "1.77.2" [lib] name = "matab_panel_lib" crate-type = ["staticlib", "cdylib", "rlib"] [build-dependencies] tauri-build = { version = "2", features = [] } [dependencies] tauri = { version = "2", features = [] } tauri-plugin-opener = "2" serde = { version = "1", features = ["derive"] } serde_json = "1"