Edit and delete entries from view page
This commit is contained in:
parent
3220ff50cb
commit
605d5f5792
5 changed files with 229 additions and 33 deletions
|
|
@ -8,6 +8,7 @@ ratatui = "0.24.0"
|
|||
crossterm = "0.27.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_yaml = "0.9"
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1.34", features = ["full"] }
|
||||
anyhow = "1.0"
|
||||
dirs = "5.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue