From ac76be5cb58055c63737fc1e14af2435e4f05933 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Sun, 19 Oct 2025 20:28:21 -0700 Subject: [PATCH] given that the sprout crate is taken, let's make sure to mark publish = false --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e919179..366cb42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "sprout" version = "0.0.2" edition = "2024" +publish = false [dependencies] anyhow = "1.0.100"