From 5ea16d1e5bf716831bc8c54c5c4c86229d7e0463 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 24 Jul 2022 11:07:28 +0200 Subject: build: add docs.rs all-features flag --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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 = [] -- cgit v1.2.3-18-g5258