aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/Cargo.toml')
-rw-r--r--src/tests/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tests/Cargo.toml b/src/tests/Cargo.toml
index d4d9ab2..b40694f 100644
--- a/src/tests/Cargo.toml
+++ b/src/tests/Cargo.toml
@@ -2,4 +2,7 @@
resolver = "2"
members = [
"example_stack",
-] \ No newline at end of file
+]
+
+[workspace.dependencies]
+criterion = "0.3"