mirror of
https://github.com/ayangweb/BongoCat.git
synced 2026-03-12 17:51:48 +08:00
13 lines
348 B
TOML
13 lines
348 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [ "src-tauri" ]
|
|
|
|
[workspace.dependencies]
|
|
tauri = "2"
|
|
serde = "1"
|
|
serde_json = "1"
|
|
fs_extra = "1"
|
|
tauri-plugin = { version = "2", features = [ "build" ] }
|
|
tauri-nspanel = { git = "https://github.com/ahkohd/tauri-nspanel", branch = "v2" }
|
|
tauri-plugin-custom-window = { path = "./src-tauri/src/plugins/window" }
|