Files
PMP/Cargo.toml

13 lines
256 B
TOML

[package]
name = "pmp"
description = """\
PHP Macro Pre-processor (PMP) \
A php lexer, parser and macro pre-processor written in Rust. \
"""
version = "0.1.0-alpha"
edition = "2024"
[dependencies]
clap = { version = "^4", features = ["derive"] }