mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
28 lines
604 B
TOML
28 lines
604 B
TOML
[package]
|
|
name = "openwork"
|
|
version = "0.1.17"
|
|
description = "OpenWork"
|
|
authors = ["Different AI"]
|
|
edition = "2021"
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2", features = [] }
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tauri = { version = "2", features = [] }
|
|
tauri-plugin-dialog = "2"
|
|
tauri-plugin-opener = "2.5.3"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
codegen-units = 1
|
|
lto = true
|
|
opt-level = "s"
|
|
strip = true
|
|
|
|
[target.'cfg(any(target_os = "macos", windows, target_os = "linux"))'.dependencies]
|
|
tauri-plugin-process = "2.3.1"
|
|
tauri-plugin-updater = "2.9.0"
|