Files
2018-07-07 17:14:45 +02:00

11 lines
226 B
TOML

[package]
name = "python_compiler"
version = "0.1.0"
authors = ["Shing Lyu <shing.lyu@gmail.com>"]
[dependencies]
cpython = { git = "https://github.com/dgrunwald/rust-cpython.git" }
[dependencies.python27-sys]
version = "*"