Skip to content

Commit

Permalink
remove tree-sitter feature from stack-graphs
Browse files Browse the repository at this point in the history
Co-authored-by: Terts Diepraam <[email protected]>
  • Loading branch information
jdonszelmann and tertsdiepraam committed Oct 30, 2023
1 parent 2038d46 commit 0bbb98a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stack-graphs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ authors = [
edition = "2018"

[features]
default = ["tree-sitter"]
default = []
bincode = ["dep:bincode", "lsp-positions/bincode"]
copious-debugging = []
serde = ["dep:serde", "serde_with", "lsp-positions/serde"]
storage = ["bincode", "rusqlite"]
visualization = ["serde", "serde_json"]
tree-sitter = ["lsp-positions/tree-sitter"]

[lib]
# All of our tests are in the tests/it "integration" test executable.
Expand Down

0 comments on commit 0bbb98a

Please sign in to comment.