Files
RustPython/Cargo.toml
2018-06-07 00:09:09 +02:00

9 lines
207 B
TOML

[package]
name = "rustpython"
version = "0.1.0"
authors = ["Windel Bouwman", "Shing Lyu <shing.lyu@gmail.com>"]
[dependencies]
rustpython_parser = {path = "parser"}
rustpython_vm = {path = "vm/RustPython"}