diff Cargo.toml @ 93:c06d12a81637

Better test failure. Use assert_diff! instead of assert_eq! so we can actually see what the differences are.
author Bastien Orivel <eijebong@bananium.fr>
date Tue, 14 Jun 2016 02:53:29 +0200
parents 199ba034e4af
children
line wrap: on
line diff
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ build = "build.rs"
 
 [dependencies]
 cpython = "0.0"
+difference = { "git" = "https://github.com/johannhof/difference.rs.git" }