From 9c5259f6234fc627cda6af2824a8b8cadb023d33 Mon Sep 17 00:00:00 2001 From: omjadas Date: Tue, 31 Aug 2021 15:49:50 +1000 Subject: [PATCH] chore: update Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0683413..655387a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ repository = "https://github.com/omjadas/hudsucker" license = "MIT" keywords = ["http", "proxy"] categories = ["network-programming"] +exclude = [".github/"] [dependencies] bytes = "1"