Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Oct 2, 2023
1 parent 84364d6 commit de91b43
Show file tree
Hide file tree
Showing 10 changed files with 536 additions and 18 deletions.
215 changes: 210 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ figment = { version = "0.10", features = ["toml", "env"] }
toml = "0.8.1"
is_executable = "1.0.1"
regex = { version = "1.9.6", features = [] }
ratatui = "0.23.0"
crossterm = "0.27.0"
anyhow = "1.0.75"

[dev-dependencies]
pretty_assertions = "1.4.0"
Expand Down
Loading

0 comments on commit de91b43

Please sign in to comment.