Mercurial > python-compiler.rs
annotate Cargo.toml @ 69:a73eaf42bea1
Add ast.AsyncDefFunction.
author | Bastien Orivel <eijebong@bananium.fr> |
---|---|
date | Mon, 13 Jun 2016 17:54:19 +0200 |
parents | 199ba034e4af |
children | c06d12a81637 |
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" |