From c0c63a0f1642d65ce9ceb250a72ca4fa78236187 Mon Sep 17 00:00:00 2001 From: samuelburnham <45365069+samuelburnham@users.noreply.github.com> Date: Wed, 13 May 2026 19:38:50 -0400 Subject: [PATCH] chore: Fix build for downstream Cargo workspaces --- rust/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7bc21bc..deaa12c 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,3 +1,7 @@ +# Declare our own workspace so Cargo doesn't auto-include this crate in a +# downstream workspace when Lake materializes the package under `.lake/`. +[workspace] + [package] name = "blake3-rs" version = "0.1.0"