[package] name = "python_compiler" version = "0.1.0" authors = ["Shing Lyu "] edition = "2018" [dependencies] cpython = { git = "https://github.com/dgrunwald/rust-cpython.git" } [dependencies.python27-sys] version = "*"