From 6e43b249f757c5468bf33988c0c54e6a73b4c679 Mon Sep 17 00:00:00 2001 From: Erica Wang Date: Wed, 7 Aug 2024 12:50:58 -0400 Subject: [PATCH] exclude files from publish --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 42bcb5d..f04a315 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ readme = "./README.md" license = "Apache-2.0" keywords = ["pinecone", "vector", "database", "cloud", "vectordb"] categories = ["api-bindings", "database"] +exclude = ["tests/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html