aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-src
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe-php-src')
-rw-r--r--crates/shirabe-php-src/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/shirabe-php-src/Cargo.toml b/crates/shirabe-php-src/Cargo.toml
index ae73c313..e97840e6 100644
--- a/crates/shirabe-php-src/Cargo.toml
+++ b/crates/shirabe-php-src/Cargo.toml
@@ -2,6 +2,9 @@
name = "shirabe-php-src"
version.workspace = true
edition.workspace = true
+rust-version.workspace = true
+description = "A Rust port from the original C implementation in php-src"
+repository.workspace = true
license = "BSD-3-Clause AND Zlib"
# The module tree mirrors php-src's own tree, so `src/main.rs` is the `main/` directory of
# php-src, not a binary entry point.