Files
sift/Cargo.toml

23 lines
561 B
TOML

[package]
name = "sift"
version = "0.1.0"
authors = ["Elliot Hatch"]
edition = "2024"
description = "Search and and filter structured log streams in the terminal"
readme = "README.md"
repository = "https://git.fresh4less.org/ellioth/sift"
license = "GPL-2.0-or-later"
keywords = []
categories = ["command-line-utilities", "development-tools", "development-tools::debugging"]
[dependencies]
atty = "0.2.14"
chrono = "0.4.42"
clap = "4.5.48"
color-eyre = "0.6.5"
crossterm = "0.29.0"
eyre = "0.6.12"
ordered-float = "5.0.0"
ratatui = "0.29.0"
tracing = "0.1.41"