wip: updater

This commit is contained in:
Max Coppen 2022-11-02 19:13:26 +01:00
parent 893a6d0631
commit fd2cbca34d
4 changed files with 53 additions and 2 deletions

View file

@ -10,6 +10,8 @@ pub mod event;
pub mod mocks;
#[cfg(feature = "tauri")]
pub mod tauri;
#[cfg(feature = "updater")]
pub mod updater;
#[derive(Debug, thiserror::Error)]
pub enum Error {