Files
rlogg/Cargo.toml
stas 576e5819b2
All checks were successful
Build / Build - linux (push) Successful in 3m34s
Build / Build - windows (push) Successful in 1m36s
handle file from cli args
2026-01-05 13:51:01 +01:00

24 lines
660 B
TOML

[package]
name = "rlogg"
version = "0.4.0"
edition = "2024"
authors = ["Stanislav Pastushenko <staspast1@gmail.com>"]
description = "A fast log file viewer with search, filtering, and highlighting capabilities"
license = "MIT OR Apache-2.0"
repository = "https://github.com/yourusername/rlogg"
readme = "README.md"
keywords = ["log", "viewer", "gui", "search", "filter"]
categories = ["command-line-utilities", "gui"]
[dependencies]
eframe = "0.29"
rfd = "0.15"
regex = "1.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rayon = "1.10"
chrono = "0.4"
clap = { version = "4.5", features = ["derive"] }
[profile.release]
debug = false