From edda1b741a4a0816eb6e62eafd69fc9896603cf5 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Fri, 10 Feb 2023 17:25:43 +0000 Subject: crossterm support (#331) * crossterm v2 * patch crossterm * fix-version * no more tui dependency * lints --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 2f81f4fc..3004e0b1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,6 +6,7 @@ use eyre::Result; use command::AtuinCmd; mod command; +mod tui; const VERSION: &str = env!("CARGO_PKG_VERSION"); -- cgit v1.3.1