diff options
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/shirabe-class-map-generator/Cargo.toml | 3 | ||||
| -rw-r--r-- | crates/shirabe-external-packages/Cargo.toml | 7 | ||||
| -rw-r--r-- | crates/shirabe-php-shim/Cargo.toml | 3 | ||||
| -rw-r--r-- | crates/shirabe-semver/Cargo.toml | 3 | ||||
| -rw-r--r-- | crates/shirabe/Cargo.toml | 3 |
5 files changed, 17 insertions, 2 deletions
diff --git a/crates/shirabe-class-map-generator/Cargo.toml b/crates/shirabe-class-map-generator/Cargo.toml index 1780060..a1c17d6 100644 --- a/crates/shirabe-class-map-generator/Cargo.toml +++ b/crates/shirabe-class-map-generator/Cargo.toml @@ -8,3 +8,6 @@ shirabe-external-packages.workspace = true shirabe-php-shim.workspace = true anyhow.workspace = true indexmap.workspace = true + +[lints] +workspace = true 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 diff --git a/crates/shirabe-php-shim/Cargo.toml b/crates/shirabe-php-shim/Cargo.toml index 4104da3..881a979 100644 --- a/crates/shirabe-php-shim/Cargo.toml +++ b/crates/shirabe-php-shim/Cargo.toml @@ -7,3 +7,6 @@ edition.workspace = true anyhow.workspace = true indexmap.workspace = true zip.workspace = true + +[lints] +workspace = true diff --git a/crates/shirabe-semver/Cargo.toml b/crates/shirabe-semver/Cargo.toml index 30ad164..72e2868 100644 --- a/crates/shirabe-semver/Cargo.toml +++ b/crates/shirabe-semver/Cargo.toml @@ -7,3 +7,6 @@ edition.workspace = true shirabe-php-shim.workspace = true anyhow.workspace = true indexmap.workspace = true + +[lints] +workspace = true diff --git a/crates/shirabe/Cargo.toml b/crates/shirabe/Cargo.toml index 77962f2..6dddd2e 100644 --- a/crates/shirabe/Cargo.toml +++ b/crates/shirabe/Cargo.toml @@ -18,3 +18,6 @@ serde.workspace = true serde_json.workspace = true sha1.workspace = true url.workspace = true + +[lints] +workspace = true |
