Skip to content

Commit c3e6167

Browse files
committed
chore: fix for criterion
1 parent e6ae134 commit c3e6167

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ proptest = "1.9"
5151
insta = "1.43"
5252
criterion = { version = "0.7", features = ["html_reports"] }
5353

54+
[[bin]]
55+
name = "clipvault"
56+
path = "src/main.rs"
57+
bench = false
58+
59+
[lib]
60+
bench = false
61+
5462
[[bench]]
5563
name = "base"
5664
harness = false

0 commit comments

Comments
 (0)