Now creating an empty UI

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2023-05-13 19:12:54 +01:00
parent 056f670710
commit d5abf9999f
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
3 changed files with 147 additions and 396 deletions

View file

@ -6,11 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crossterm = { version = "0.19", features = [ "serde" ] }
serde = {version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"] }
rand = { version = "0.7.3", default-features = false, features = ["std"] }
tui = { version = "0.14", default-features = false, features = ['crossterm', 'serde'] }
thiserror = "1.0"
dirs = "5.0.1"
crossterm = "0.26"
ratatui = "0.20"