[package] name = "tm2ts" version = "0.1.0" authors = ["Gabriel Silva "] default-run = "tm2ts" license = "MIT" description = "A CLI tool to convert TextMate grammars to Tree-sitter grammars" readme = "readme.md" homepage = "https://github.com/gabeidx/tm2ts" repository = "https://github.com/gabeidx/tm2ts" keywords = ["cli", "tree-sitter", "textmate", "grammar"] categories = ["command-line-utilities"] edition = "2021" [[bin]] name = "tm2ts" path = "src/main.rs" [dependencies] clap = { version = "4.5.20", features = ["derive"] }