ext-parser/Cargo.toml
2026-03-30 19:20:28 +01:00

15 lines
175 B
TOML

[package]
name = "parse"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
ext-php-rs = "*"
nom = "7.*"
[profile.release]
strip = "debuginfo"