Mercurial > python-compiler.rs
comparison 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 |
comparison
equal
deleted
inserted
replaced
92:7977a52c3202 | 93:c06d12a81637 |
---|---|
4 authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"] | 4 authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"] |
5 build = "build.rs" | 5 build = "build.rs" |
6 | 6 |
7 [dependencies] | 7 [dependencies] |
8 cpython = "0.0" | 8 cpython = "0.0" |
9 difference = { "git" = "https://github.com/johannhof/difference.rs.git" } |