aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-07-24 11:07:28 +0200
committerHampusM <hampus@hampusmat.com>2022-07-24 11:07:28 +0200
commit5ea16d1e5bf716831bc8c54c5c4c86229d7e0463 (patch)
tree6465e608eecf11cb0441f3794e5192bab5bcd337
parent613cd7129439d04f576325bcf55d276847efb136 (diff)
build: add docs.rs all-features flag
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 10f3094..53fc20b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,9 @@ repository = "https://git.hampusmat.com/syrette"
keywords = ["DI", "dependency-injection", "ioc", "inversion-of-control"]
edition = "2021"
+[package.metadata.docs.rs]
+all-features = true
+
[features]
factory = []