Files
autosplit/Cargo.toml
T
2024-08-11 20:47:37 +02:00

16 lines
331 B
TOML

[package]
name = "autosplit"
version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = "0.1.81"
clap = "4.5.13"
env_logger = "0.11.5"
log = "0.4.22"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.121"
thiserror = "1.0.63"
tokio = { version = "1.39.2", features = ["full"] }
tokio-stream = "0.1.15"