From 39d19f45e2b44c6cd03799a45096d406b8735202 Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Thu, 14 Aug 2025 16:29:26 -0400 Subject: [PATCH] Add workspace configuration for hyper-custom-cert crate --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..d9ed002 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,3 @@ +[workspace] +members = ["crates/hyper-custom-cert"] +resolver = "2" \ No newline at end of file