rom: bump dependencies; further work for feature parity
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I27d00ffe0d27497bdc6c1f890af3bdfe6a6a6964
This commit is contained in:
parent
2897c607c6
commit
27ecaac59c
11 changed files with 1274 additions and 337 deletions
|
|
@ -7,7 +7,7 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
authors = ["NotAShelf <raf@notashelf.dev>"]
|
||||
description = "Pretty build graphs for Nix builds"
|
||||
rust-version = "1.85"
|
||||
rust-version = "1.91.1"
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0.100"
|
||||
|
|
@ -19,6 +19,7 @@ crossterm = "0.29.0"
|
|||
ratatui = "0.29.0"
|
||||
indexmap = { version = "2.12.0", features = ["serde"] }
|
||||
csv = "1.4.0"
|
||||
chrono = "0.4.42"
|
||||
thiserror = "2.0.17"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue