init, basic glogg clone
This commit is contained in:
18
Cargo.toml
Normal file
18
Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "rlogg"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
authors = ["Your Name <your.email@example.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"
|
||||
Reference in New Issue
Block a user