mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 02:39:22 +00:00
12 lines
367 B
TOML
12 lines
367 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]
|
|
thiserror = "1.0"
|
|
rustpython-compiler-core = { path = ".." }
|
|
rustpython-parser = { path = "../../parser" }
|
|
rustpython-bytecode = { path = "../../bytecode" }
|