cargo-phper 0.0.0

[WIP] The Cargo command for phper.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["PHPER Framework Team", "jmjoy <jmjoy@apache.org>"]
description = "[WIP] The Cargo command for phper."
documentation = "https://docs.rs/cargo-phper"
edition = "2021"
keywords = ["php", "binding", "extension", "module"]
license = "MulanPSL-2.0"
name = "cargo-phper"
readme = "README.md"
repository = "https://github.com/phper-framework/cargo-phper"
resolver = "2"
rust-version = "1.56"
version = "0.0.0"