RustPython-Parser/Cargo.toml
2019-06-30 11:42:36 +02:00

11 lines
361 B
TOML

[package]
name = "rustpython_compiler"
version = "0.1.0"
authors = ["coolreader18 <33094578+coolreader18@users.noreply.github.com>", "Windel Bouwman <windel@windel.nl>"]
edition = "2018"
[dependencies]
rustpython_bytecode = { path = "../bytecode" }
rustpython_parser = { path = "../parser" }
num-complex = { version = "0.2", features = ["serde"] }
log = "0.3"