mirror of
https://github.com/OMGeeky/twba.splitter.git
synced 2025-12-26 17:02:35 +01:00
21 lines
341 B
TOML
21 lines
341 B
TOML
[package]
|
|
name = "twba-splitter"
|
|
version = "0.1.3"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
twba-common.workspace = true
|
|
|
|
tokio = "1.33"
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.3"
|
|
|
|
thiserror = "1.0"
|
|
anyhow = "1.0"
|
|
|
|
chrono = "0.4"
|
|
|
|
shellexpand = "3.1"
|