Support live spans and less noise for piped input

This commit is contained in:
Campbell Alden 2023-07-11 17:13:10 +09:00
parent c18cec94a1
commit 5a79895f92
3 changed files with 288 additions and 19 deletions

View file

@ -6,4 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
atty = "0.2.14"
chrono = "0.4.26"
clap = { version = "4.3.11", features = ["derive"] }