mirror of
https://github.com/OMGeeky/twba.twitch_fetcher.git
synced 2025-12-26 17:02:33 +01:00
20 lines
472 B
TOML
20 lines
472 B
TOML
[package]
|
|
name = "twba-twitch-fetcher"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
twba-twitch-data = { version = "0.4", git = "https://github.com/OMGeeky/twitch_data.git" }
|
|
twba-common.workspace = true
|
|
|
|
tracing = "0.1"
|
|
tokio = { version = "1.33", features = ["rt", "rt-multi-thread", "macros"] }
|
|
|
|
shellexpand = "3.1"
|
|
thiserror = "1.0"
|
|
anyhow = "1.0"
|
|
|
|
chrono = "0.4"
|