mirror of
https://github.com/OMGeeky/twba.twitch_fetcher.git
synced 2026-02-23 15:49:57 +01:00
22 lines
666 B
TOML
22 lines
666 B
TOML
[package]
|
|
name = "twba-twitch-fetcher"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
twba-backup-config = { version = "0.1.1", git = "https://github.com/OMGeeky/backup_config.git" }
|
|
twba-local-db = { version = "0.2", git = "https://github.com/OMGeeky/twitch_backup.local_db.git" }
|
|
twba-twitch-data = { version = "0.3", git = "https://github.com/OMGeeky/twitch_data.git" }
|
|
|
|
tracing-subscriber = "0.3"
|
|
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"
|