diff --git a/Cargo.toml b/Cargo.toml index 1e30a51..12a297c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ workspace = { members = ["tui"] } + [package] name = "kelvin" version = "0.1.0" @@ -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 diff --git a/tui/Cargo.toml b/tui/Cargo.toml index f7ed87e..093a816 100644 --- a/tui/Cargo.toml +++ b/tui/Cargo.toml @@ -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" \ No newline at end of file