2025-03-30 14:30:33 -03:00
|
|
|
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
|
|
|
|
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
2025-03-30 16:42:51 -03:00
|
|
|
pub mod drive;
|
2025-03-30 16:53:46 -03:00
|
|
|
pub mod sync;
|