From 6b7ecd90cff40b5dd1ad3169d35a5f023bf875ac Mon Sep 17 00:00:00 2001 From: arloor Date: Thu, 5 Sep 2024 01:11:17 +0800 Subject: [PATCH] chore: Update Cargo.toml to enable basic features --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 6dfff4a21f60..36626e155f18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,6 +74,7 @@ default = [ # Basic Features basic = ["logging", "hickory-dns", "local", "server", "multi-threaded"] + # All Suggested Features full = [ "logging",