mirror of
https://github.com/OMGeeky/downloader.git
synced 2025-12-30 16:24:01 +01:00
18 lines
577 B
TOML
18 lines
577 B
TOML
[package]
|
|
name = "downloader"
|
|
version = "0.1.2"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
google_bigquery = { git = "https://github.com/OMGeeky/google_bigquery" }
|
|
google_youtube = { git = "https://github.com/OMGeeky/google_youtube" }
|
|
twitch_data = { git = "https://github.com/OMGeeky/twitch_data" }
|
|
downloader_config = { 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"
|
|
simplelog = "0.12.1" |