From 6ce7e892a73a6ebeea4ad26bda1278841d7cb83a Mon Sep 17 00:00:00 2001 From: William Gurecky Date: Mon, 18 Mar 2024 00:46:34 -0400 Subject: [PATCH] remove ex dir from cargo package --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06c361c..6526b2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://github.com/wgurecky/faer-gmres" keywords = ["faer", "math", "gmres", "sparse"] license = "MIT" readme = "readme.md" -exclude = [".github/",] +exclude = [".github/","examples/"] [lib] name = "faer_gmres"