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) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 10a98c8e..d471397c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ members = ["crates/*"] [workspace.package] version = "0.0.1" edition = "2024" +rust-version = "1.94" +repository = "https://github.com/nsfisis/php-shirabe" +license = "MIT" [workspace.dependencies] shirabe = { path = "crates/shirabe" } -- cgit v1.3.1-4-g156e