mirror of
https://github.com/icewind1991/ivory.git
synced 2026-06-03 18:54:07 +02:00
Update Cargo.toml
This commit is contained in:
parent
3098a609fd
commit
bff5168cc8
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
||||||
name = "php-rs"
|
name = "php-rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Jin Hu <bixuehujin@gmail.com>"]
|
authors = ["Jin Hu <bixuehujin@gmail.com>"]
|
||||||
|
keywords = ["php", "php-extension"]
|
||||||
|
description = "A library to build PHP extensions in Rust."
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.0"
|
libc = "0.2.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue