gaza/src-tauri/Cargo.toml
Ubuntu 1748d2d66a 启动跨平台桌面客户端项目
Co-authored-by: multica-agent <github@multica.ai>
2026-08-03 18:41:38 +00:00

19 lines
412 B
TOML

[package]
name = "gaza"
version = "0.1.0"
description = "多 Teamserver 桌面工作台"
authors = ["Gaza contributors"]
edition = "2021"
[lib]
name = "gaza_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.4.1", features = [] }
[dependencies]
tauri = { version = "2.8.5", features = [] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"