git-subtree-dir: aiui git-subtree-mainline:0c4826f8ccgit-subtree-split:e30ac1d106
22 lines
431 B
TOML
22 lines
431 B
TOML
[package]
|
|
name = "aiui"
|
|
version = "0.1.0"
|
|
description = "AIUI Desktop Application"
|
|
authors = ["AIUI"]
|
|
edition = "2021"
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2", features = [] }
|
|
|
|
[dependencies]
|
|
tauri = { version = "2", features = [
|
|
"tray-icon",
|
|
"global-shortcut",
|
|
] }
|
|
tauri-plugin-updater = "2"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
|
|
[features]
|
|
custom-protocol = ["tauri/custom-protocol"]
|