From 55f1f7ebb4b15154e23c238dae7088d4dc1abe96 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 31 Aug 2023 19:49:41 +0200 Subject: build: exclude files when packaging --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index deeb8b3..763176e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ repository = "https://github.com/HampusMat/Syrette" keywords = ["di", "dependency-injection", "ioc", "inversion-of-control"] edition = "2021" rust-version = "1.62.1" +exclude = ["/.chglog", "/.circleci", "examples", "rustfmt.toml"] [package.metadata.docs.rs] all-features = true -- cgit v1.2.3-18-g5258