ptth/tools/ptth_tail/Cargo.toml

22 lines
316 B
TOML

[package]
name = "ptth_tail"
version = "0.1.0"
authors = ["Trish"]
edition = "2018"
license = "AGPL-3.0"
[dependencies]
anyhow = "1.0.34"
tracing = "0.1.21"
tracing-subscriber = "0.2.15"
[dependencies.reqwest]
version = "0.10.8"
features = ["stream"]
[dependencies.tokio]
version = "0.2.22"
features = ["full"]