mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 18:58:31 +00:00
14 lines
484 B
TOML
14 lines
484 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]
|
|
bitflags = "1.1"
|
|
rustpython_bytecode = { path = "../bytecode" }
|
|
rustpython_parser = { path = "../parser" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
num-complex = { version = "0.2", features = ["serde"] }
|
|
num-bigint = { version = "0.2", features = ["serde"] }
|
|
log = "0.3"
|