From 716c7722cda29bf612508bb96f51822a86e0f69e Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sat, 20 Mar 2021 00:50:31 +0000 Subject: Add TUI, resolve #19, #17, #16 (#21) --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 19bb0d21..783c0206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin" -version = "0.3.3" +version = "0.4.0" authors = ["Ellie Huxtable "] edition = "2018" license = "MIT" @@ -23,6 +23,10 @@ cli-table = "0.4" config = "0.10" serde_derive = "1.0.124" serde = "1.0.124" +tui = "0.14" +termion = "1.5" +unicode-width = "0.1" +itertools = "0.10.0" [dependencies.rusqlite] version = "0.24" -- cgit v1.3.1