Initialize project structure with basic CLI setup
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[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"] }
|
||||
Reference in New Issue
Block a user