diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-08-09 20:04:55 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-08-09 20:04:55 +0900 |
| commit | 177edc22cac6475db85cba9e0d19e6440aef64bb (patch) | |
| tree | 247cbcab2d565fe50d704e01b831a0b1fa394ab2 /Cargo.toml | |
| parent | 86f496a9750615757deb15abbd4ad76a397feab4 (diff) | |
| download | php-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.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" } |
