Add uplay syncrhonization

This commit is contained in:
Philip
2022-01-02 10:37:12 +01:00
parent f60a591180
commit dd21e56fd6
36 changed files with 225 additions and 97 deletions
+2 -2
View File
@@ -5,9 +5,10 @@ mod legendary;
mod origin;
mod platform;
mod settings;
mod sync;
mod steam;
mod steamgriddb;
mod sync;
mod uplay;
#[cfg(feature = "ui")]
mod ui;
@@ -26,4 +27,3 @@ async fn main() -> Result<(), Box<dyn Error>> {
sync::run_sync(&settings).await
}
}