ci: fix minor issues
This commit is contained in:
parent
b79f31da80
commit
ede1960eef
5 changed files with 12 additions and 4 deletions
|
|
@ -5,10 +5,12 @@ version = "0.1.2"
|
|||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
readme = "README.md"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
license.workspace = true
|
||||
keywords.workspace = true
|
||||
categories = ["api-bindings", "development-tools::ffi", "parsing"]
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
4
lib/language/README.md
Normal file
4
lib/language/README.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Tree-sitter Language
|
||||
|
||||
This crate provides a `LanguageFn` type for grammars to create `Language` instances from a parser,
|
||||
without having to worry about the `tree-sitter` crate version not matching.
|
||||
Loading…
Add table
Add a link
Reference in a new issue