build: update authors

This commit is contained in:
Amaan Qureshi 2025-01-31 20:42:30 -05:00
parent a115e515ff
commit 16aaed78ae
2 changed files with 14 additions and 2 deletions

View file

@ -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"

View file

@ -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",