themes
This commit is contained in:
parent
01774cb9c2
commit
5c6ced8ca0
4 changed files with 69 additions and 21 deletions
|
|
@ -8,7 +8,7 @@ name = "lv"
|
|||
path = "./src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
clap = {version="4.5", features=["derive"]}
|
||||
clap = {version="4.5", features=["derive", "string"]}
|
||||
jiff = {version = "0.2", features = ["serde"]}
|
||||
ratatui = {version = "0.30.0", features=["unstable-rendered-line-info"]}
|
||||
ratatui-themes = { version = "0.2", features = ["serde"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue