From 6c2bb92a4c00dc9ac7a0bdd5831426abc143c3fb Mon Sep 17 00:00:00 2001 From: Leon Wilzer Date: Sun, 5 May 2024 19:14:00 +0200 Subject: [PATCH] =?UTF-8?q?f=C3=BCr=20leila?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/pizzaplotter.iml | 5 ++++- Cargo.toml | 2 ++ src/main.rs | 5 ++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.idea/pizzaplotter.iml b/.idea/pizzaplotter.iml index 6102194..cf84ae4 100644 --- a/.idea/pizzaplotter.iml +++ b/.idea/pizzaplotter.iml @@ -1,7 +1,10 @@ - + + + + diff --git a/Cargo.toml b/Cargo.toml index 05a7e64..3d037fe 100644 --- a/Cargo.toml +++ b/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] +crossterm = "0.27.0" +tui = "0.19.0" diff --git a/src/main.rs b/src/main.rs index e7a11a9..79b05ad 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,2 @@ -fn main() { - println!("Hello, world!"); -} +fn main() {i +} \ No newline at end of file