Redraw whenever a message is logged
This commit is contained in:
parent
fa746d0749
commit
e0db158ece
4 changed files with 48 additions and 20 deletions
|
|
@ -11,7 +11,7 @@ crossterm = "0.23.2"
|
|||
directories = "4.0.1"
|
||||
edit = "0.1.4"
|
||||
futures = "0.3.21"
|
||||
log = "0.4.17"
|
||||
log = { version = "0.4.17", features = ["std"] }
|
||||
parking_lot = "0.12.1"
|
||||
rand = "0.8.5"
|
||||
rusqlite = { version = "0.27.0", features = ["chrono"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue