tm2ts 0.1.0

A CLI tool to convert TextMate grammars to Tree-sitter grammars
[[bin]]
name = "tm2ts"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.20"

[package]
authors = ["Gabriel Silva <gabe@gabe.id>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
default-run = "tm2ts"
description = "A CLI tool to convert TextMate grammars to Tree-sitter grammars"
edition = "2021"
homepage = "https://github.com/gabeidx/tm2ts"
keywords = ["cli", "tree-sitter", "textmate", "grammar"]
license = "MIT"
name = "tm2ts"
readme = "readme.md"
repository = "https://github.com/gabeidx/tm2ts"
version = "0.1.0"