mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-11-27 04:24:54 +01:00
2a8313bb68
Ensure that the user is compiling with a supported version of PHP.
18 lines
454 B
TOML
18 lines
454 B
TOML
[package]
|
|
name = "php-rs"
|
|
description = "Bindings for the Zend API to build PHP extensions natively in Rust."
|
|
repository = "https://github.com/davidcole1340/php-rs"
|
|
license = "MIT"
|
|
keywords = ["php"]
|
|
version = "0.1.0"
|
|
authors = ["David Cole <david.cole1340@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.53.1"
|
|
regex = "1"
|