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"