mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-29 13:03:09 +03:00
91bf26c336
* update updater * basic utils refactor. * fix platform file. * add errors. * fix cargo.toml * Rename cargo.toml to Cargo.toml * remove warning.
8 lines
87 B
TOML
8 lines
87 B
TOML
[workspace]
|
|
members = [
|
|
"tauri",
|
|
"tauri-api",
|
|
"tauri-updater",
|
|
"tauri-utils"
|
|
]
|