From 93a34fd0b0d05fe1c5c3445bed2c94a879cb5c8f Mon Sep 17 00:00:00 2001 From: Nordine Bittich Date: Sat, 23 Sep 2023 22:06:56 +0200 Subject: [PATCH] don't release dynamic_lib on crates.io --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 521423f..2134169 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ exclude = [ ".git", ".github", "static_binaries/", + "dynamic_lib/", ] [dependencies]