Mercurial > python-compiler.rs
annotate Cargo.toml @ 96:20c1c9d7803d default tip
Fix dump failure in strings containing backquotes and double quotes.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 28 Jun 2016 01:40:55 +0100 |
parents | c06d12a81637 |
children |
rev | line source |
---|---|
0 | 1 [package] |
2 name = "python-compiler" | |
3 version = "0.0.1" | |
4 authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"] | |
24
199ba034e4af
Generate tests dynamically based on tests/test_parse_files/ content.
Bastien Orivel <eijebong@bananium.fr>
parents:
0
diff
changeset
|
5 build = "build.rs" |
0 | 6 |
7 [dependencies] | |
8 cpython = "0.0" | |
93
c06d12a81637
Better test failure. Use assert_diff! instead of assert_eq! so we can actually see what the differences are.
Bastien Orivel <eijebong@bananium.fr>
parents:
24
diff
changeset
|
9 difference = { "git" = "https://github.com/johannhof/difference.rs.git" } |