mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
12 lines
361 B
TOML
12 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"
|