mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 00:02:19 +00:00
f7f7a6d85f
* feat: add php * fix: nsjail + frontend build
19 lines
412 B
TOML
19 lines
412 B
TOML
[package]
|
|
name = "windmill-parser-php"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
|
|
[lib]
|
|
name = "windmill_parser_php"
|
|
path = "./src/lib.rs"
|
|
|
|
[dependencies]
|
|
windmill-parser.workspace = true
|
|
itertools.workspace = true
|
|
serde_json.workspace = true
|
|
anyhow.workspace = true
|
|
php-parser-rs.workspace = true
|
|
convert_case.workspace = true
|
|
lazy_static.workspace = true
|
|
regex.workspace = true |