Files
RustPython/py_code_object/python_compiler/Cargo.toml
2019-02-14 12:02:32 +03:00

12 lines
243 B
TOML

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