From cafe5aac8656ba76c388ff00d92b1e135d354a28 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sun, 14 May 2023 17:56:04 +0200 Subject: [PATCH] rename to drive_syncer from untitled --- Cargo.toml | 2 +- src/main.rs | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cb75551..1c69a9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "untitled" +name = "drive_syncer" version = "0.1.0" edition = "2021" diff --git a/src/main.rs b/src/main.rs index 5986fbf..a18cca7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,6 @@ #[tokio::main] async fn main() { - untitled::init_logger(); + drive_syncer::init_logger(); // use tokio::runtime::Runtime; // let rt = Runtime::new().unwrap(); @@ -8,12 +8,12 @@ async fn main() { // // let handle = rt.handle(); // handle.block_on(async { - // untitled::sample().await.unwrap(); - // untitled::sample_fs().await.unwrap(); - // untitled::google_drive::sample().await.unwrap(); - // untitled::watch_file_reading().await.unwrap(); - // untitled::sample_nix().await.unwrap(); - untitled::sample_drive_fs().await.unwrap(); + // drive_syncer::sample().await.unwrap(); + // drive_syncer::sample_fs().await.unwrap(); + // drive_syncer::google_drive::sample().await.unwrap(); + // drive_syncer::watch_file_reading().await.unwrap(); + // drive_syncer::sample_nix().await.unwrap(); + drive_syncer::sample_drive_fs().await.unwrap(); // }); // RUNTIME.block_on(async { // //test