Add schemars feature (#4305)

This commit is contained in:
Micha Reiser
2023-05-09 16:15:18 +02:00
committed by GitHub
parent e7dfb35778
commit 99a755f936
32 changed files with 162 additions and 215 deletions

View File

@@ -6,7 +6,7 @@ edition = { workspace = true }
rust-version = { workspace = true }
[dependencies]
ruff = { path = "../ruff" }
ruff = { path = "../ruff", features = ["schemars"] }
ruff_cli = { path = "../ruff_cli" }
ruff_diagnostics = { path = "../ruff_diagnostics" }