diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-18 18:02:42 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-18 18:02:42 +0200 |
commit | 9b018e276a216e64ae1ebb446ab49a67b7960bff (patch) | |
tree | 0de582bab2855d0c456a145de22e8e75cee73564 /crates | |
parent | feat(crates/yt): Separate all commands from their implementation code (diff) | |
download | yt-9b018e276a216e64ae1ebb446ab49a67b7960bff.zip |
chore(crates/yt/Cargo.toml): Add `pretty-assertions` for tests
This makes the errors in the comment tests easier to see.
Diffstat (limited to 'crates')
-rw-r--r-- | crates/yt/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/yt/Cargo.toml b/crates/yt/Cargo.toml index ef6ec07..d36751c 100644 --- a/crates/yt/Cargo.toml +++ b/crates/yt/Cargo.toml @@ -59,5 +59,8 @@ path = "src/main.rs" [lints] workspace = true +[dev-dependencies] +pretty_assertions = "1.4.1" + [package.metadata.docs.rs] all-features = true |