From 9b018e276a216e64ae1ebb446ab49a67b7960bff Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 18 Jul 2025 18:02:42 +0200 Subject: chore(crates/yt/Cargo.toml): Add `pretty-assertions` for tests This makes the errors in the comment tests easier to see. --- crates/yt/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit 1.4.1