Files
rlogg/Cargo.toml
Stanislav Pastushenko cce8a818d1
Some checks failed
Build / Build - Linux-x86_64 (push) Has been cancelled
Build / Build - macOS-aarch64 (push) Has been cancelled
Build / Build - macOS-x86_64 (push) Has been cancelled
Build / Build - Windows-x86_64 (push) Has been cancelled
0.3.0
2025-12-09 20:14:21 +01:00

21 lines
578 B
TOML

[package]
name = "rlogg"
version = "0.3.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"