aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-01-12 21:03:25 -0800
committerRose Hogenson <rosehogenson@posteo.net>2024-01-12 21:03:25 -0800
commita41476ac28083a2d8a54161d4177b3ee5c028525 (patch)
tree34355d8e623ae56ca9f3cd5a8376bb0807a5c5b5 /Cargo.toml
parent8d741fb146a599dd41915829ab309d96e9989435 (diff)
downloadeditor-a41476ac28083a2d8a54161d4177b3ee5c028525.tar.zst
Start tuning the performance of rope.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4242509..cf6c655 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,4 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-"libc" = "0.2"
+libc = "0.2"
+
+[dev-dependencies]
+criterion = { version = "0.4", features = ["html_reports"] }
+
+[[bench]]
+name = "concat"
+harness = false