parser/Cargo.toml
Saif Eddin Gmati 8640b753d1
re-license under MIT or APACHE-2.0 (#137)
* re-license under MIT or APACHE-2.0

Signed-off-by: azjezz <azjezz@protonmail.com>

* Update README.md

Signed-off-by: azjezz <azjezz@protonmail.com>
Co-authored-by: Ryan Chandler <ryangjchandler@gmail.com>
2022-11-29 21:22:42 +00:00

16 lines
536 B
TOML

[package]
name = "php-parser-rs"
description = "A handwritten recursive-descent parser for PHP written in Rust"
keywords = ["php", "php-parser", "parser", "php-parser-rs", "php-ast"]
repository = "https://github.com/ryangjchandler/php-parser-rs"
version = "0.0.0-b1"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = [ "Ryan Chandler <https://github.com/ryangjchandler>", "Contributors <https://github.com/ryangjchandler/php-parser-rs/graphs/contributors>"]
[lib]
doctest = false
[dev-dependencies]
pretty_assertions = "1.3.0"