treelight 0.1.1

A syntax highlighter for the web using tree-sitter.
Documentation
[package]
name = "treelight"
version = "0.1.1"
authors = ["Edgar <git@edgarluque.com>"]
edition = "2018"
description = "A syntax highlighter for the web using tree-sitter."
readme = "README.md"
documentation = "https://docs.rs/treelight"
repository = "https://github.com/edg-l/treelight"
license = "MIT"
keywords = ["tree-sitter", "highlight", "syntax", "web", "highlighting"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tree-sitter = "0.19.3"
tree-sitter-rust = "0.19.0"
tree-sitter-javascript = "0.19.0"
tree-sitter-python = "0.19.0"
tree-sitter-cpp = "0.19.0"
tree-sitter-java = "0.19.0"
tree-sitter-highlight = "0.19.2"