From f6c123c7c5d3d870517213e3ee26a4fb790cd6a4 Mon Sep 17 00:00:00 2001 From: tottoto Date: Thu, 7 Mar 2024 23:00:01 +0900 Subject: [PATCH] refactor: remove redundant workspace config --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3ca096ff..beb19723 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,10 +13,7 @@ edition = "2018" rust-version = "1.56" [workspace] -members = [ - "./", - "headers-core", -] +members = ["headers-core"] [dependencies] http = "1.0.0"