From 6a8187bc3cad6d074355f05e6741a6bf1e851ec1 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 23 Dec 2025 10:38:32 -0500 Subject: [PATCH] build: exclude /docs when publishing crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a9f80be..770d518 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ repository = "https://github.com/dathere/ckanaction" license = "Unlicense" keywords = ["ckan"] categories = ["api-bindings", "asynchronous"] +exclude = ["/docs"] [dependencies] bon = "3.6.3"