mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 10:49:55 +00:00
11 lines
337 B
TOML
11 lines
337 B
TOML
[package]
|
|
name = "rustpython-compiler"
|
|
version = "0.2.0"
|
|
description = "A usability wrapper around rustpython-parser and rustpython-compiler-core"
|
|
authors = ["RustPython Team"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rustpython-compiler-core = { path = "core" }
|
|
rustpython-codegen = { path = "codegen" }
|
|
rustpython-parser = { path = "parser" }
|