ptth/tools/ptth_tail/Cargo.toml

23 lines
338 B
TOML

[package]
name = "ptth_tail"
version = "0.1.0"
authors = ["Trish"]
edition = "2018"
license = "AGPL-3.0"
[dependencies]
anyhow = "1.0.38"
futures-util = "0.3.8"
tracing = "0.1.25"
tracing-subscriber = "0.2.16"
[dependencies.reqwest]
version = "0.11.1"
features = ["stream"]
[dependencies.tokio]
version = "1.2.0"
features = ["full"]