treeedb-php 0.2.0-rc.1

Generate Datalog facts from PHP source code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "treeedb-php"
version = "0.2.0-rc.1"
authors.workspace = true
license.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
description = "Generate Datalog facts from PHP source code"
keywords = ["datalog", "php", "parsing", "souffle"]

[lints]
workspace = true

[dependencies]
anyhow = "1.0"
treeedb = { version = "0.2.0-rc.1", path = "../treeedb", features = ["cli"] }
tree-sitter-php = { version = "0.24" }