diff options
Diffstat (limited to 'crates/shirabe-external-packages')
| -rw-r--r-- | crates/shirabe-external-packages/Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/crates/shirabe-external-packages/Cargo.toml b/crates/shirabe-external-packages/Cargo.toml index 952f263..d51701b 100644 --- a/crates/shirabe-external-packages/Cargo.toml +++ b/crates/shirabe-external-packages/Cargo.toml @@ -4,7 +4,10 @@ version.workspace = true edition.workspace = true [dependencies] +shirabe-php-shim.workspace = true +shirabe-semver.workspace = true anyhow.workspace = true indexmap.workspace = true -shirabe-php-shim = { path = "../shirabe-php-shim" } -shirabe-semver = { path = "../shirabe-semver" } + +[lints] +workspace = true |
