2026-02-16 22:55:04 +00:00
|
|
|
[workspace]
|
|
|
|
|
|
2026-02-09 22:06:25 +00:00
|
|
|
[package]
|
|
|
|
|
name = "tree-sitter-storybook"
|
2026-02-16 22:55:04 +00:00
|
|
|
version = "0.3.1"
|
2026-02-09 22:06:25 +00:00
|
|
|
description = "Tree-sitter grammar for Storybook narrative DSL"
|
|
|
|
|
authors = ["Storybook Contributors"]
|
|
|
|
|
license = "MIT"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
keywords = ["tree-sitter", "parser", "storybook"]
|
|
|
|
|
repository = "https://github.com/yourusername/storybook"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
include = [
|
|
|
|
|
"bindings/rust/*",
|
|
|
|
|
"grammar.js",
|
|
|
|
|
"queries/*",
|
|
|
|
|
"src/*"
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
path = "bindings/rust/lib.rs"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-02-16 23:49:29 +00:00
|
|
|
tree-sitter = "~0.26"
|
2026-02-09 22:06:25 +00:00
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
|
cc = "1.0"
|