From b4d3788a3e110173d7352d5850d2a8fb299febf9 Mon Sep 17 00:00:00 2001 From: g4titanx Date: Sat, 22 Jun 2024 17:18:58 +0100 Subject: [PATCH] add dependencies to tui --- Cargo.toml | 4 +--- tui/Cargo.toml | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) 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