mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
Add schemars feature (#4305)
This commit is contained in:
@@ -9,7 +9,7 @@ rust-version = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
ruff_rustpython = { path = "../ruff_rustpython" }
|
||||
ruff_text_size = { workspace = true, features = ["serde"] }
|
||||
ruff_text_size = { workspace = true }
|
||||
|
||||
anyhow = { workspace = true }
|
||||
bitflags = { workspace = true }
|
||||
@@ -26,3 +26,6 @@ rustpython-common = { workspace = true }
|
||||
rustpython-parser = { workspace = true }
|
||||
serde = { workspace = true, optional = true }
|
||||
smallvec = { workspace = true }
|
||||
|
||||
[features]
|
||||
serde = ["dep:serde", "ruff_text_size/serde"]
|
||||
|
||||
Reference in New Issue
Block a user