mirror of
https://github.com/danog/ext-php-rs.git
synced 2025-01-23 05:21:20 +01:00
17 lines
442 B
TOML
17 lines
442 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"
|