rtally 0.5.0

A real-time log stream analyzer and ranking tool similar to top command.
[[bin]]
name = "tally"
path = "src/main.rs"

[dependencies.crossterm]
version = "0.27"

[dependencies.ctrlc]
version = "3"

[dependencies.terminal_size]
version = "0.3"

[package]
authors = ["Shuto Ide<einstein.4s.1110@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A real-time log stream analyzer and ranking tool similar to top command."
edition = "2021"
keywords = ["log", "cli", "analysis", "real-time", "tui"]
license = "MIT"
name = "rtally"
readme = "README.md"
repository = "https://github.com/albert-einshutoin/tally"
version = "0.5.0"