Mercurial > python-compiler.rs
annotate Cargo.toml @ 90:4e62a8927dcc
Add a symtable module, to obtain information about symbols.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 23 Jun 2016 03:16:59 +0100 |
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" |