aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-11-29 14:08:02 +0100
committerMax Audron <audron@cocaine.farm>2021-11-29 14:08:02 +0100
commit81862f5c0ee9676626bb30d8138598c122a2ed1f (patch)
treea04bfa405de0a0fa6683c760f4f3be1169b8c185 /Cargo.toml
parentstatetracker: rewrite sync handling (diff)
remove no longer needed feature flag so we can compile on rust stable
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 69f0628..92c4ba2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,6 +53,8 @@ sender-prefixes = []
# Support for exchangeable auth backends
authenticators = []
+# Enable the test crate/feature for running benchmarks
+bench = []
default = ["client"]