mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
16 lines
438 B
TOML
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 |