From b45ddda0fda44ffb5e4ffbfe94b4d293b06d883e Mon Sep 17 00:00:00 2001 From: sam-anthony Date: Wed, 26 Jan 2022 06:37:29 -0330 Subject: basic input handling --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a37a388..1055524 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,3 +8,4 @@ edition = "2021" [dependencies] crossterm = "0.20" tui = { version="0.16", default-features=false, features=['crossterm'] } +unicode-width = "0.1.9" \ No newline at end of file -- cgit v1.2.3