Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
10 lines
164 B
TOML
10 lines
164 B
TOML
[package]
|
|
name = "log-viewer-gui"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
egui.workspace = true
|
|
eframe.workspace = true
|
|
log-viewer-core.workspace = true
|