ext-parser/Cargo.toml

15 lines
175 B
TOML
Raw Permalink Normal View History

2026-03-29 17:55:05 +00:00
[package]
name = "parse"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
2026-03-29 17:55:05 +00:00
[dependencies]
ext-php-rs = "*"
2026-03-29 17:55:05 +00:00
nom = "7.*"
[profile.release]
strip = "debuginfo"