mirror of
https://github.com/OMGeeky/drive_syncer.git
synced 2026-01-16 16:46:21 +01:00
rename to drive_syncer from untitled
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "untitled"
|
||||
name = "drive_syncer"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
||||
14
src/main.rs
14
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
|
||||
|
||||
Reference in New Issue
Block a user