mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
13 lines
229 B
TOML
13 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 }
|