aboutsummaryrefslogtreecommitdiff
path: root/incria/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'incria/Cargo.toml')
-rw-r--r--incria/Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/incria/Cargo.toml b/incria/Cargo.toml
index f22bd7b..2dbe28a 100644
--- a/incria/Cargo.toml
+++ b/incria/Cargo.toml
@@ -10,6 +10,10 @@ tokio = { version = "1.28.1", features = ["sync", "rt"] }
tokio = { version = "1.28.1", features = ["macros", "sync", "rt-multi-thread"] }
criterion = { version = "0.4", features = ["async_tokio"] }
+[[test]]
+name = "pascal"
+path = "benches/pascal.rs"
+
[[bench]]
-name = "spreadsheet"
+name = "pascal"
harness = false \ No newline at end of file