aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e6ee427..1ebce3b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,7 +59,7 @@ authenticators = []
# Enable the test crate/feature for running benchmarks
bench = []
-default = []
+default = ["all-quassel-features", "client"]
[package.metadata.docs.rs]
# document all features
@@ -76,4 +76,4 @@ tokio-test = { version = "0.4" }
pretty_assertions = "0.6"
[workspace]
-members = ["derive", "examples/quasselproxy", "examples/statetracker"]
+members = ["derive"]