anyhow import

This commit is contained in:
OMGeeky
2023-04-15 17:21:00 +02:00
parent 6af27c8454
commit 6467152c71

View File

@@ -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"
env_logger = "0.10.0"
anyhow = "1.0.70"