summaryrefslogtreecommitdiff
path: root/bench/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bench/Cargo.toml')
-rw-r--r--bench/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/bench/Cargo.toml b/bench/Cargo.toml
new file mode 100644
index 00000000..25a112a1
--- /dev/null
+++ b/bench/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "typst-bench"
+version = "0.0.1"
+authors = ["The Typst Project Developers"]
+edition = "2018"
+publish = false
+
+[dependencies]
+fontdock = { path = "../../fontdock" }
+typst = { path = ".." }
+criterion = "0.3"
+
+[[bench]]
+name = "typst"
+path = "src/bench.rs"
+harness = false