aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-08-09 20:04:55 +0900
committernsfisis <nsfisis@gmail.com>2026-08-09 20:04:55 +0900
commit177edc22cac6475db85cba9e0d19e6440aef64bb (patch)
tree247cbcab2d565fe50d704e01b831a0b1fa394ab2 /crates/shirabe-php-shim
parent86f496a9750615757deb15abbd4ad76a397feab4 (diff)
downloadphp-shirabe-177edc22cac6475db85cba9e0d19e6440aef64bb.tar.gz
php-shirabe-177edc22cac6475db85cba9e0d19e6440aef64bb.tar.zst
php-shirabe-177edc22cac6475db85cba9e0d19e6440aef64bb.zip
build(cargo): fill in the package metadata
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe-php-shim')
-rw-r--r--crates/shirabe-php-shim/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/shirabe-php-shim/Cargo.toml b/crates/shirabe-php-shim/Cargo.toml
index 82f3daa9..791cb805 100644
--- a/crates/shirabe-php-shim/Cargo.toml
+++ b/crates/shirabe-php-shim/Cargo.toml
@@ -2,6 +2,10 @@
name = "shirabe-php-shim"
version.workspace = true
edition.workspace = true
+rust-version.workspace = true
+description = "Rust implementations of PHP's standard library functions"
+repository.workspace = true
+license.workspace = true
[dependencies]
shirabe-php-src.workspace = true