mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-11-30 04:39:04 +01:00
Updated Cargo.toml
This commit is contained in:
parent
c6aa081a02
commit
047cdf3928
@ -2,11 +2,13 @@
|
||||
name = "ext-php-rs"
|
||||
description = "Bindings for the Zend API to build PHP extensions natively in Rust."
|
||||
repository = "https://github.com/davidcole1340/ext-php-rs"
|
||||
homepage = "https://github.com/davidcole1340/ext-php-rs"
|
||||
license = "MIT"
|
||||
keywords = ["php"]
|
||||
version = "0.1.0"
|
||||
keywords = ["php", "ffi", "zend"]
|
||||
version = "0.0.1"
|
||||
authors = ["David Cole <david.cole1340@gmail.com>"]
|
||||
edition = "2018"
|
||||
categories = ["api-bindings"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user