mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 18:58:31 +00:00
11 lines
278 B
TOML
11 lines
278 B
TOML
[package]
|
|
name = "rustpython-compiler"
|
|
version = "0.1.0"
|
|
authors = ["RustPython Team"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
rustpython-bytecode = { path = "../bytecode" }
|
|
rustpython-parser = { path = "../parser" }
|
|
num-complex = { version = "0.2", features = ["serde"] }
|
|
log = "0.3"
|