From c4ce08b452dd99dcbda6039b5f0453ef07001cea Mon Sep 17 00:00:00 2001 From: Eli Peter <54954007+elicpeter@users.noreply.github.com> Date: Wed, 25 Feb 2026 21:29:26 -0500 Subject: [PATCH] fix: Exclude 'docs/' directory from package inclusion in Cargo.toml (#34) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1cc967b1..d0636c99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,7 @@ exclude = [ "tests/", "benches/", "examples/", + "docs/", ] autoexamples = false