Skip to content

Commit

Permalink
ci: comment unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed May 14, 2024
1 parent da474d3 commit b3275dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crates/biome_grit_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ version = "0.0.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
biome_formatter = { workspace = true }
biome_grit_syntax = { workspace = true }
biome_rowan = { workspace = true }
#biome_formatter = { workspace = true }
#biome_grit_syntax = { workspace = true }
#biome_rowan = { workspace = true }

[dev-dependencies]
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
#serde = { workspace = true, features = ["derive"] }
#serde_json = { workspace = true }

# cargo-workspaces metadata
[package.metadata.workspaces]
Expand Down

0 comments on commit b3275dc

Please sign in to comment.