Skip to content

Commit

Permalink
MVP beta feature complete
Browse files Browse the repository at this point in the history
  • Loading branch information
todoesverso committed Feb 14, 2023
1 parent 626d00a commit 9dbeb93
Show file tree
Hide file tree
Showing 14 changed files with 509 additions and 302 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
77 changes: 46 additions & 31 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 @@ -12,6 +12,9 @@ license = "MIT"
[dependencies]
clap = { version = "4.0.29", features = ["derive"] }
crossterm = "0.25.0"
is-terminal = "0.4.2"
unicode-width = "0.1.10"
use = "0.0.0"

[dependencies.tui]
version = "0.19.0"
Expand Down

0 comments on commit 9dbeb93

Please sign in to comment.