handle file from cli args
All checks were successful
Build / Build - linux (push) Successful in 3m34s
Build / Build - windows (push) Successful in 1m36s

This commit is contained in:
2026-01-05 13:51:01 +01:00
parent 8affad428e
commit 576e5819b2
6 changed files with 447 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rlogg"
version = "0.3.1"
version = "0.4.0"
edition = "2024"
authors = ["Stanislav Pastushenko <staspast1@gmail.com>"]
description = "A fast log file viewer with search, filtering, and highlighting capabilities"
@@ -18,6 +18,7 @@ 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