mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
11 lines
226 B
TOML
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 = "*"
|