Skip to content

Commit

Permalink
add dependencies to tui
Browse files Browse the repository at this point in the history
  • Loading branch information
g4titanx committed Jun 22, 2024
1 parent 1ffc945 commit b4d3788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
workspace = { members = ["tui"] }

[package]
name = "kelvin"
version = "0.1.0"
Expand All @@ -16,9 +17,6 @@ serde_json = "1.0.115"
clap = "4.5.4"
rpassword = "7.3.1"
clipboard = "0.5.0"
ratatui = "0.26.3"
crossterm = "0.27.0"


[profile.dev]
opt-level = 1
2 changes: 2 additions & 0 deletions tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ratatui = "0.26.3"
crossterm = "0.27.0"

0 comments on commit b4d3788

Please sign in to comment.