From dfc0800720452845f16cb0d76db5cf85ec4dd187 Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 27 Sep 2023 22:19:40 +0200 Subject: build: remove examples from files excluded when packaging --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9228b2a..c0cdb40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +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"] +exclude = ["/.chglog", "/.circleci", "rustfmt.toml"] [package.metadata.docs.rs] all-features = true -- cgit v1.2.3-18-g5258