Files
twba.uploader/Cargo.toml
OMGeeky bfdc6e087d lots of changes
- implement better description & title templating and actually read description template from config
  - improve tests for this
- remove dynamic errors and create errors for everything
- remove part file after it has been uploaded
2024-04-28 01:49:41 +02:00

36 lines
995 B
TOML

[package]
name = "twba-uploader"
version = "0.3.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.2", 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-reqwest-backoff = { version = "0.1", git = "https://github.com/OMGeeky/twba_reqwest_backoff.git" }
twba-common = { version = "0.1", git = "https://github.com/OMGeeky/twba.common.git" }
tracing-subscriber = "0.3"
shellexpand = "3.1"
tracing = "0.1"
tokio = { version = "1.33", features = ["rt", "rt-multi-thread", "macros"] }
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11" }
chrono = "0.4"
futures = "0.3"
futures-util = "0.3"
google-youtube3 = "5.0.3"
google-apis-common = "6.0.0"
yup-oauth2 = "8.3"
strfmt = "0.2"
lazy_static = "1.4"