start working on tui

This commit is contained in:
Robin Appelman 2024-07-24 22:34:00 +02:00
commit f9a1aa1415
12 changed files with 709 additions and 58 deletions

View file

@ -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