From 95fddd703166c3b071ad4c0d8db3abeb27c34822 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sat, 20 May 2023 17:07:10 +0200 Subject: [PATCH] remove unused dependencies --- Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b9a94f9..090d1ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drive_syncer" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -8,13 +8,9 @@ edition = "2021" [dependencies] google-drive3 = "5.0" tokio = { version = "1.28", features = ["full", "tracing"] } -env_logger = "0.10" -#nix = { version = "0.26", features = ["mount"] } tempfile = "3.5.0" -notify = { version = "5.1", default-features = false, features = ["macos_kqueue"]} fuser = "0.12" -async-trait = "0.1.68" libc = "0.2" reqwest = "0.11.17" bytes = "1.4.0" @@ -22,7 +18,6 @@ futures = "0.3.28" hyper = { version = "0.14.24", features = ["full", "stream"] } mime = "0.3" anyhow = "1.0" -async-recursion = "1.0.4" ignore = "0.4.20" tracing = "0.1.37" tracing-subscriber = "0.3.17"