ruff/crates/ruff_python_stdlib/Cargo.toml
2023-03-21 11:02:41 +01:00

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 }