[package] name = "tree-sitter-fluentbit" description = "fluent-bit grammar for tree-sitter" version = "0.1.0" keywords = ["incremental", "parsing", "tree-sitter", "fluentbit"] categories = ["parsing", "text-editors"] repository = "https://github.com/sh-cho/tree-sitter-fluentbit" authors = ["Seonghyeon Cho "] edition = "2021" license = "MIT" build = "bindings/rust/build.rs" include = [ "bindings/rust/*", "grammar.js", "queries/*", "src/*", ] [lib] path = "bindings/rust/lib.rs" [dependencies] tree-sitter-language = "0.1.0" [build-dependencies] cc = "1.0"