Skip to content

Commit

Permalink
chore: Add pretty_assertions dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lkirkwood committed Oct 24, 2024
1 parent a1e7820 commit 012e689
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ clap = { version = "4.5.4", features = ["derive"] }
serde = {version = "1.0.197", features = ["derive"]}
serde_yaml = "0.9.34"
tempfile = "3.10.1"

[dev-dependencies]
pretty_assertions = "1.4.1"

0 comments on commit 012e689

Please sign in to comment.