mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
start working on tui
This commit is contained in:
parent
5d0a447a21
commit
f9a1aa1415
12 changed files with 709 additions and 58 deletions
|
|
@ -2,6 +2,7 @@
|
|||
name = "cloud-log-analyser"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.74.0"
|
||||
|
||||
[dependencies]
|
||||
main_error = "0.1.2"
|
||||
|
|
@ -14,6 +15,7 @@ clap = { version = "=4.1.3", features = ["derive"] }
|
|||
cloud-log-analyser-data = { version = "0.1.0", path = "./data" }
|
||||
zip = "2.1.5"
|
||||
itertools = "0.13.0"
|
||||
ratatui = "0.27.0"
|
||||
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue