mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
15 lines
207 B
TOML
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"
|