Skip to content

Commit

Permalink
Drop explicit dependency on tree-sitter
Browse files Browse the repository at this point in the history
This was not directly used anymore; instead rely on the Spicy grammar or
topiary to pull it in.
  • Loading branch information
bbannier committed Sep 17, 2024
1 parent 066737d commit a2c7bd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ tree-sitter-spicy = { git = "https://github.com/bbannier/tree-sitter-spicy" }
topiary-core = { git = "https://github.com/tweag/topiary.git", version = "0.4.0" }
topiary-tree-sitter-facade = { git = "https://github.com/tweag/topiary.git", version = "0.4.0" }
clap = { version = "4.5.17", features = ["std", "derive", "help"], default-features = false }
tree-sitter = "0.22.6"
thiserror = "1.0.63"
miette = { version = "7.2.0", default-features = false, features = ["derive", "fancy"] }
rayon = "1.10.0"
Expand Down

0 comments on commit a2c7bd9

Please sign in to comment.