tree-sitter-python-docstring 0.0.1

PythonDocstring grammar for tree-sitter
Documentation
[build-dependencies.cc]
version = "1.0.87"

[dependencies.tree-sitter]
version = ">=0.22.6"

[lib]
name = "tree_sitter_python_docstring"
path = "bindings/rust/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "bindings/rust/build.rs"
categories = ["parsing", "text-editors"]
description = "PythonDocstring grammar for tree-sitter"
edition = "2021"
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
keywords = ["incremental", "parsing", "tree-sitter", "python-docstring"]
license = "MIT"
name = "tree-sitter-python-docstring"
readme = "README.md"
repository = "https://github.com/tree-sitter/tree-sitter-python-docstring"
version = "0.0.1"