diff rust/hg-core/Cargo.toml @ 44266:9ab4830e9e3d

rust-hg-path: add useful methods to `HgPath` This changeset introduces the use of the `pretty_assertions` crate for easier to read test output. Differential Revision: https://phab.mercurial-scm.org/D7867
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 14 Jan 2020 16:50:35 +0100
parents c18dd48cea4a
children 4caac36c66bc
line wrap: on
line diff
--- a/rust/hg-core/Cargo.toml	Wed Feb 05 17:05:37 2020 +0100
+++ b/rust/hg-core/Cargo.toml	Tue Jan 14 16:50:35 2020 +0100
@@ -20,4 +20,5 @@
 twox-hash = "1.5.0"
 
 [dev-dependencies]
-tempfile = "3.1.0"
\ No newline at end of file
+tempfile = "3.1.0"
+pretty_assertions = "0.6.1"
\ No newline at end of file