summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGreg Brown <gmb60@cam.ac.uk>2021-02-06 13:37:03 +0000
committerGreg Brown <gmb60@cam.ac.uk>2021-02-06 13:37:03 +0000
commit51ec48e03b2e02be02ccb9826b4638d312df67b4 (patch)
treed284d34eea27e086658170fd3cc56999cfa931c0 /Cargo.toml
parentbd6d4e22a3980ff937ab3e2df48c064bdc2918bd (diff)
Add `chomp-bench` crate so benchmarks can use a build script.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9769ca2..0d48eb1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Greg Brown <gmb60@cam.ac.uk>"]
edition = "2018"
[workspace]
-members = ["autochomp", "chewed", "chomp-macro"]
+members = ["autochomp", "chewed", "chomp-bench", "chomp-macro"]
[dependencies]
heck = "0.3.2"