diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-24 11:07:28 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-24 11:07:28 +0200 |
commit | 5ea16d1e5bf716831bc8c54c5c4c86229d7e0463 (patch) | |
tree | 6465e608eecf11cb0441f3794e5192bab5bcd337 /Cargo.toml | |
parent | 613cd7129439d04f576325bcf55d276847efb136 (diff) |
build: add docs.rs all-features flag
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 = [] |