Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
12 lines
216 B
TOML
12 lines
216 B
TOML
[package]
|
|
name = "log-viewer-tui"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
ratatui.workspace = true
|
|
crossterm.workspace = true
|
|
clap.workspace = true
|
|
anyhow.workspace = true
|
|
log-viewer-core.workspace = true
|