Files
RustPython/Cargo.toml
2019-03-16 17:13:23 -07:00

18 lines
362 B
TOML

[package]
name = "rustpython"
version = "0.0.1"
authors = ["Windel Bouwman", "Shing Lyu <shing.lyu@gmail.com>"]
edition = "2018"
[workspace]
members = [".", "derive", "vm", "wasm/lib", "parser"]
[dependencies]
log="0.4.1"
env_logger="0.5.10"
clap = "2.31.2"
rustpython_parser = {path = "parser"}
rustpython_vm = {path = "vm"}
rustyline = "2.1.0"
xdg = "2.2.0"