tauri/tauri-utils/src/lib.rs
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

9 lines
97 B
Rust

pub mod platform;
pub mod process;
use error_chain::error_chain;
error_chain! {
errors{}
}