restructure example

This commit is contained in:
nora 2021-12-17 17:13:02 +01:00
parent 55c99f5b5f
commit 4f5b34a154
6 changed files with 488 additions and 2 deletions

View file

@ -6,5 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crossterm = "0.22.1"
serde = "1.0.132"
toml = "0.5.8"
tui = { version = "0.16.0", features = ["crossterm"] }