This commit is contained in:
Jana Dönszelmann 2026-02-24 23:54:15 +01:00
parent 01774cb9c2
commit 5c6ced8ca0
No known key found for this signature in database
4 changed files with 69 additions and 21 deletions

View file

@ -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"] }