Files
RustPython/compiler/Cargo.toml
Jeong YunWon 8816cd41d5 0.3.1
2024-04-10 17:39:57 +09:00

14 lines
413 B
TOML

[package]
name = "rustpython-compiler"
version = "0.3.1"
description = "A usability wrapper around rustpython-parser and rustpython-compiler-core"
authors = ["RustPython Team"]
repository = "https://github.com/RustPython/RustPython"
license = "MIT"
edition = "2021"
[dependencies]
rustpython-codegen = { workspace = true }
rustpython-compiler-core = { workspace = true }
rustpython-parser = { workspace = true }