1 Star 0 Fork 0

编码胖哥/tree-sitter-rust

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 876 Bytes
一键复制 编辑 原始数据 按行查看 历史
Amaan Qureshi 提交于 2024-04-25 11:20 . 0.21.2
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-rust"
description = "Rust grammar for tree-sitter"
version = "0.21.2"
keywords = ["incremental", "parsing", "tree-sitter", "rust"]
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Compilers",
"Topic :: Text Processing :: Linguistic",
"Typing :: Typed",
]
authors = [
{ name = "Max Brunsfeld", email = "maxbrunsfeld@gmail.com" },
{ name = "Amaan Qureshi", email = "amaanq12@gmail.com" },
]
requires-python = ">=3.8"
license.text = "MIT"
readme = "README.md"
[project.urls]
Homepage = "https://github.com/tree-sitter/tree-sitter-rust"
[project.optional-dependencies]
core = ["tree-sitter~=0.21"]
[tool.cibuildwheel]
build = "cp38-*"
build-frontend = "build"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pzxmx/tree-sitter-rust.git
git@gitee.com:pzxmx/tree-sitter-rust.git
pzxmx
tree-sitter-rust
tree-sitter-rust
master

搜索帮助