phper-alloc 0.2.0-alpha.2

Alloc related items for phper crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "phper-alloc"
version = "0.2.0-alpha.2"
authors = ["jmjoy <918734043@qq.com>"]
edition = "2018"
description = "Alloc related items for phper crate."
repository = "https://github.com/jmjoy/phper.git"
license = "Unlicense"
keywords = ["php", "alloc"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
phper-sys = { version = "0.2.0-alpha.2", path = "../phper-sys" }

[build-dependencies]
phper-build = { version = "0.2.0-alpha.2", path = "../phper-build" }