mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
24 lines
631 B
TOML
24 lines
631 B
TOML
[package]
|
|
name = "rustpython-compiler"
|
|
description = "A usability wrapper around rustpython-parser and rustpython-compiler-core"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
rustpython-codegen = { workspace = true }
|
|
rustpython-compiler-core = { workspace = true }
|
|
ruff_python_parser = { workspace = true }
|
|
ruff_python_ast = { workspace = true }
|
|
ruff_source_file = { workspace = true }
|
|
ruff_text_size = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
|
|
[lints]
|
|
workspace = true
|