tauri/Cargo.toml
Tensor-Programming 91bf26c336
Refactor(Updater) Modernize Updater Crate and add Utils Crate (#335)
* update updater

* basic utils refactor.

* fix platform file.

* add errors.

* fix cargo.toml

* Rename cargo.toml to Cargo.toml

* remove warning.
2020-01-17 19:33:17 -05:00

8 lines
87 B
TOML

[workspace]
members = [
"tauri",
"tauri-api",
"tauri-updater",
"tauri-utils"
]