mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-24 13:34:52 +00:00
13 lines
356 B
TOML
13 lines
356 B
TOML
[package]
|
|
name = "rustpython-compiler"
|
|
version = "0.1.2"
|
|
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" }
|
|
|
|
thiserror = "1.0"
|