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

1
Cargo.lock generated
View file

@ -202,6 +202,7 @@ dependencies = [
"tokio",
"tokio-tungstenite",
"tui",
"unicode-width",
]
[[package]]