Skip to content

Commit 60f81da

Browse files
committed
wip
1 parent 273d3a2 commit 60f81da

File tree

10 files changed

+536
-18
lines changed

10 files changed

+536
-18
lines changed

Cargo.lock

Lines changed: 210 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ figment = { version = "0.10", features = ["toml", "env"] }
4040
toml = "0.8.0"
4141
is_executable = "1.0.1"
4242
regex = { version = "1.9.3", features = [] }
43+
ratatui = "0.23.0"
44+
crossterm = "0.27.0"
45+
anyhow = "1.0.75"
4346

4447
[dev-dependencies]
4548
pretty_assertions = "1.4.0"

0 commit comments

Comments
 (0)