Skip to content

Commit

Permalink
build: fill necessary metadata for cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Mar 9, 2023
1 parent 0717de0 commit e975044
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[package]
name = "tree-sitter-query"
description = "query grammar for the tree-sitter parsing library"
version = "0.0.1"
version = "0.1.0"
keywords = ["incremental", "parsing", "query"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/nvim-treesitter/tree-sitter-query"
homepage = "https://github.com/nvim-treesitter/tree-sitter-query"
edition = "2021"
readme = "README.md"
authors = ["nvim-treesitter"]
license = "Apache-2.0"

build = "bindings/rust/build.rs"
include = [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-query",
"version": "1.0.0",
"version": "0.1.0",
"description": "",
"main": "bindings/node",
"scripts": {
Expand Down

0 comments on commit e975044

Please sign in to comment.