parser/Cargo.toml
2022-11-28 17:20:31 +00:00

15 lines
207 B
TOML

[package]
name = "php-parser-rs"
version = "0.1.0"
edition = "2021"
[lib]
doctest = false
[dev-dependencies]
pretty_assertions = "1.3.0"
[[bin]]
name = "integration-test"
path = "integration-test/run.rs"