From 177edc22cac6475db85cba9e0d19e6440aef64bb Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 9 Aug 2026 20:04:55 +0900 Subject: build(cargo): fill in the package metadata Co-Authored-By: Claude Opus 5 (1M context) --- crates/shirabe-php-src/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/shirabe-php-src') 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. -- cgit v1.3.1-4-g156e