项目文件夹

文件
2026-07-13 12:34:03 +08:00

21 行
462 B
TOML

[package]
name = "ods-installer"
version = "0.1.0"
edition = "2021"
description = "ODS One-Click Installer"
[dependencies]
tauri = { version = "2", features = [] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }
which = "7"
sys-info = "0.9"
[build-dependencies]
tauri-build = { version = "2", features = [] }
[features]
default = ["custom-protocol"]
custom-protocol = ["tauri/custom-protocol"]