Files
twba.splitter/Cargo.toml
2023-10-15 13:23:53 +02:00

22 lines
487 B
TOML

[package]
name = "splitter"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
backup-config = { version = "0.1", git="https://github.com/OMGeeky/backup_config.git" }
local-db = { version = "0.2", git="https://github.com/OMGeeky/twitch_backup.local_db.git" }
tokio = "1.33"
tracing = "0.1"
tracing-subscriber = "0.3"
thiserror = "1.0"
anyhow = "1.0"
chrono = "0.4"
shellexpand = "3.1"