mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-22 18:21:35 +03:00
91bf26c336
* update updater * basic utils refactor. * fix platform file. * add errors. * fix cargo.toml * Rename cargo.toml to Cargo.toml * remove warning.
9 lines
97 B
Rust
9 lines
97 B
Rust
pub mod platform;
|
|
pub mod process;
|
|
|
|
use error_chain::error_chain;
|
|
|
|
error_chain! {
|
|
errors{}
|
|
}
|