From 6467152c71c2e006709cac04707df3661ade24d4 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sat, 15 Apr 2023 17:21:00 +0200 Subject: [PATCH] anyhow import --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1114d15..5fb3e8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,6 @@ google_youtube = { version="0.1.1",git = "https://github.com/OMGeeky/google_yout twitch_data = { version="0.1.7", git = "https://github.com/OMGeeky/twitch_data" } downloader_config = { version="0.3.0", git = "https://github.com/OMGeeky/downloader_config" } tokio = "1.23" -google-bigquery2 = "4.0.1" chrono = "0.4.23" nameof = "1.2.2" log = "0.4.17" @@ -20,4 +19,5 @@ log4rs = { version = "1.2.0" , features = ["compound_policy", "default", "size_t path-clean = "1.0.1" log-panics = { version = "2", features = ["with-backtrace"]} -env_logger = "0.10.0" \ No newline at end of file +env_logger = "0.10.0" +anyhow = "1.0.70" \ No newline at end of file