aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-09-27 22:19:40 +0200
committerHampusM <hampus@hampusmat.com>2023-09-27 22:19:40 +0200
commitdfc0800720452845f16cb0d76db5cf85ec4dd187 (patch)
tree7b4521ea091fe73214839695aec5cb38971d84ca
parent6533246020c9dcc1acfc02b1e5ed74fbbce4ea1f (diff)
build: remove examples from files excluded when packaging
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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