[package] name = "treeedb-javascript" version = "0.1.0-rc.5" edition = "2021" description = "Generate Datalog facts from JavaScript source code" keywords = ["datalog", "javascript", "parsing", "souffle"] authors = ["Langston Barrett "] license = "MIT" readme = "../README.md" homepage = "https://github.com/langston-barrett/treeedb" repository = "https://github.com/langston-barrett/treeedb" [dependencies] anyhow = "1.0" treeedb = { version = "0.1.0-rc.5", path = "../treeedb", features = ["cli"] } tree-sitter-javascript = { version = "0.20" }