mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-17 01:51:39 +09:00
12 lines
255 B
TOML
12 lines
255 B
TOML
[package]
|
|
name = "rustpython"
|
|
version = "0.0.1"
|
|
authors = ["Windel Bouwman", "Shing Lyu <shing.lyu@gmail.com>"]
|
|
|
|
[dependencies]
|
|
log="0.4.1"
|
|
env_logger="0.5.10"
|
|
clap = "2.31.2"
|
|
rustpython_parser = {path = "parser"}
|
|
rustpython_vm = {path = "vm/RustPython"}
|