diff options
author | HampusM <hampus@hampusmat.com> | 2023-09-27 22:19:40 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-09-27 22:19:40 +0200 |
commit | dfc0800720452845f16cb0d76db5cf85ec4dd187 (patch) | |
tree | 7b4521ea091fe73214839695aec5cb38971d84ca | |
parent | 6533246020c9dcc1acfc02b1e5ed74fbbce4ea1f (diff) |
build: remove examples from files excluded when packaging
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |