aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/Cargo.toml')
-rw-r--r--crates/shirabe/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/shirabe/Cargo.toml b/crates/shirabe/Cargo.toml
index d3e425b2..66f2b5fc 100644
--- a/crates/shirabe/Cargo.toml
+++ b/crates/shirabe/Cargo.toml
@@ -4,6 +4,7 @@ version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "A Rust port of Composer, the dependency manager for PHP"
+autobenches = false
repository.workspace = true
license.workspace = true
@@ -49,5 +50,13 @@ tempfile.workspace = true
name = "process_executor"
harness = false
+[[bench]]
+name = "metadata_minifier"
+harness = false
+
+[[bench]]
+name = "composer_repository"
+harness = false
+
[lints]
workspace = true