generated from lucxjo/template
Now creating an empty UI
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
parent
056f670710
commit
d5abf9999f
3 changed files with 147 additions and 396 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue