diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-16 23:27:59 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-16 23:29:17 +0900 |
| commit | 3a3551a0175c1950f2286258fbf9b89621de773f (patch) | |
| tree | b8c34a5846205f2d8d9cc18d4656cb5944681513 /Cargo.toml | |
| parent | 559630265c7aa26ffd2416d0728c09dee727a491 (diff) | |
| download | php-shirabe-3a3551a0175c1950f2286258fbf9b89621de773f.tar.gz php-shirabe-3a3551a0175c1950f2286258fbf9b89621de773f.tar.zst php-shirabe-3a3551a0175c1950f2286258fbf9b89621de773f.zip | |
feat(port): add template files for composer/semver
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,7 +7,9 @@ version = "0.0.1" edition = "2024" [workspace.dependencies] +shirabe = { path = "crates/shirabe" } shirabe-php-shim = { path = "crates/shirabe-php-shim" } +shirabe-semver = { path = "crates/shirabe-semver" } anyhow = "1.0.102" base64 = "0.22.1" chrono = { version = "0.4.44", features = ["serde"] } |
