Skip to content

Commit

Permalink
fix: add missing deps for color tests
Browse files Browse the repository at this point in the history
  • Loading branch information
micielski committed Jun 21, 2024
1 parent 9d67f46 commit 390bc22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions rm-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ serde = { version = "1", features = ["derive"] }
anyhow = "1"
url = "2.5"
ratatui = "0.26"

[dev-dependencies]
serde_json = "1"

0 comments on commit 390bc22

Please sign in to comment.