Create very basic text input

This commit is contained in:
Joscha 2022-02-21 01:49:20 +01:00
parent 95d1f3295f
commit 28c3241fd9
4 changed files with 81 additions and 106 deletions

View file

@ -18,3 +18,4 @@ tokio-tungstenite = { version = "0.16.1", features = [
"rustls-tls-native-roots",
] }
tui = "0.17.0"
unicode-width = "0.1.9"