about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--crates/yt/Cargo.toml3
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