aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4af2a0c..24e5e60 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }