Skip to content

Commit

Permalink
feat: init tui
Browse files Browse the repository at this point in the history
  • Loading branch information
meetmangukiya committed Dec 11, 2024
1 parent bc61fa0 commit 2948405
Show file tree
Hide file tree
Showing 6 changed files with 443 additions and 3 deletions.
232 changes: 229 additions & 3 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ members = [
"crates/extension/injected/",
"crates/extension/injector/",
"crates/extension/browser-ui/",
"crates/tui/",
]
default-members = ["bin/rpc"]

Expand Down
3 changes: 3 additions & 0 deletions crates/tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ repository.workspace = true
exclude.workspace = true

[dependencies]
ratatui = "0.29.0"
tokio = { version = "1.42.0", features = ["full"] }
tracing = { workspace = true }
Loading

0 comments on commit 2948405

Please sign in to comment.