We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ae134 commit c3e6167Copy full SHA for c3e6167
Cargo.toml
@@ -51,6 +51,14 @@ proptest = "1.9"
51
insta = "1.43"
52
criterion = { version = "0.7", features = ["html_reports"] }
53
54
+[[bin]]
55
+name = "clipvault"
56
+path = "src/main.rs"
57
+bench = false
58
+
59
+[lib]
60
61
62
[[bench]]
63
name = "base"
64
harness = false
0 commit comments