[package] name = "open_pencil" version = "0.12.2" description = "OpenPencil desktop app" authors = ["Danila Poyarkov"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "OpenPencil" path = "src/main.rs" [lib] name = "open_pencil_lib" crate-type = ["staticlib", "cdylib", "rlib"] [build-dependencies] tauri-build = { version = "2", features = [] } [dependencies] tauri = { version = "2", features = ["devtools"] } tauri-plugin-opener = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" tauri-plugin-dialog = "2.6.0" tauri-plugin-fs = { version = "2.4.5", features = ["watch"] } tauri-plugin-shell = "2" zstd = "0.13" zip = { version = "2", default-features = false } font-kit = "0.14.3" fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs", branch = "dev" } tauri-plugin-updater = "2" tauri-plugin-process = "2" [target.'cfg(any(target_os = "macos", windows, target_os = "linux"))'.dependencies] tauri-plugin-single-instance = "2"