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