mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
11 lines
139 B
TOML
11 lines
139 B
TOML
[package]
|
|
name = "php-parser-rs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "1.3.0"
|