From 4c6ece441e3e6a24191d8216cba10bfd20704025 Mon Sep 17 00:00:00 2001 From: thoo0224 Date: Wed, 15 Dec 2021 21:07:56 +0100 Subject: [PATCH] exclude examples --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 57fedc1..7b24535 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,11 @@ keywords = ["discord", "discord-api", "webhook", "discord-webhook"] authors = ["Thomas Platschorre"] publish = true +exclude = [ + "examples/*", + ".env" +] + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features]