Add Widget and AsyncWidget traits

This commit is contained in:
Joscha 2023-02-16 09:27:18 +01:00
parent 4ffaae067e
commit 904f5c16fa
3 changed files with 31 additions and 0 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = "0.1.64"
crossterm = "0.26.0"
unicode-linebreak = "0.1.4"
unicode-segmentation = "1.10.1"