undo/redo
This commit is contained in:
parent
8a4df3307d
commit
8cfe1a0b65
8 changed files with 247 additions and 154 deletions
|
|
@ -13,7 +13,7 @@ jiff = {version = "0.2", features = ["serde"]}
|
|||
ratatui = {version = "0.30.0", features=["unstable-rendered-line-info"]}
|
||||
ratatui-themes = { version = "0.2", features = ["serde"] }
|
||||
tui-widget-list = "0.15"
|
||||
serde = {version = "1", features = ["derive"]}
|
||||
serde = {version = "1", features = ["derive", "rc"]}
|
||||
serde_json = "1"
|
||||
thiserror = "2"
|
||||
itertools = "0.14"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue