aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
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 /Cargo.toml
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 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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" }