From f7eb44179d95d24e0329fc1df6403c7ad5f200f5 Mon Sep 17 00:00:00 2001 From: p6nj Date: Thu, 16 Jan 2025 17:41:26 -0500 Subject: [PATCH] remove this member from the workspace, it's full of errors and things --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9561479..82d5f8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace] resolver = "2" -members = ["bent", "bingus", "bong"] +members = ["bingus", "bong"] package.edition = "2021" package.license = "Unlicense" package.description = "databending made easy"