light-heart-labs--ods
21 行
462 B
TOML
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"]
|