Use serde's derive feature everywhere
This commit is contained in:
parent
c432739a65
commit
86b408412c
5 changed files with 4 additions and 6 deletions
|
|
@ -13,7 +13,7 @@ repository = "https://github.com/tree-sitter/tree-sitter"
|
|||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
dirs = "3.0"
|
||||
serde = "1.0"
|
||||
serde = { version = "1.0.130", features = ["derive"] }
|
||||
|
||||
[dependencies.serde_json]
|
||||
version = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue