From 4754eea966d652ad3bc10933e72f9072f15da672 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Wed, 1 Dec 2021 18:08:46 +0100 Subject: make client and server features mutually exclusive --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 59f0167..5c7749f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ authenticators = [] # Enable the test crate/feature for running benchmarks bench = [] -default = ["client"] +default = [] [package.metadata.docs.rs] # document all features -- cgit v1.2.3