build: update authors
This commit is contained in:
parent
a115e515ff
commit
16aaed78ae
2 changed files with 14 additions and 2 deletions
|
|
@ -14,7 +14,10 @@ resolver = "2"
|
|||
|
||||
[workspace.package]
|
||||
version = "0.25.0"
|
||||
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
|
||||
authors = [
|
||||
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
|
||||
"Amaan Qureshi <amaanq12@gmail.com>",
|
||||
]
|
||||
edition = "2021"
|
||||
rust-version = "1.82"
|
||||
homepage = "https://tree-sitter.github.io/tree-sitter"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,16 @@
|
|||
{
|
||||
"name": "tree-sitter-cli",
|
||||
"version": "0.25.0",
|
||||
"author": "Max Brunsfeld",
|
||||
"author": {
|
||||
"name": "Max Brunsfeld",
|
||||
"email": "maxbrunsfeld@gmail.com"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Amaan Qureshi",
|
||||
"email": "amaanq12@gmail.com"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue