summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3fa49b9..78216b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -115,6 +115,10 @@ harness = false
name = "sheet_tree_benchmark"
harness = false
+[[bench]]
+name = "id_alias_benchmark"
+harness = false
+
[dependencies]
# ffi
jvlib = { path = "ffi" }