Files
nx_post_support/tcl_parser/Cargo.toml
T
2025-08-25 22:03:21 +02:00

17 lines
323 B
TOML

[package]
name = "tcl_parser"
version = "0.1.0"
edition = "2024"
[dependencies]
tree-sitter = "0.25.8"
tree-sitter-tcl = { git = "https://github.com/tree-sitter-grammars/tree-sitter-tcl" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
[lib]
name = "tcl_parser"
path = "src/lib.rs"