mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-09 13:18:52 +00:00
12 lines
229 B
TOML
12 lines
229 B
TOML
[package]
|
|
name = "ruff_python_stdlib"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
once_cell = { workspace = true }
|
|
rustc-hash = { workspace = true }
|