Files
RustPython/compiler/Cargo.toml
Jeong YunWon 8673169ee7 0.4.0
2024-08-07 08:38:21 +09:00

16 lines
438 B
TOML

[package]
name = "rustpython-compiler"
version = "0.4.0"
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 }
[lints]
workspace = true