summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGravatar Tyler Holmes <tyler@holmesengineering.com> 2022-01-15 14:39:54 -0800
committerGravatar Tyler Holmes <tyler@holmesengineering.com> 2022-01-17 11:31:40 -0800
commit58e020a2871946c081703996e8e35941723e497b (patch)
tree0da73b3595519609d334de6cbe2435cae29dce4a /Cargo.toml
parenta4696454391acb501a53165b47d3dbbcfc945998 (diff)
downloadheapless-58e020a2871946c081703996e8e35941723e497b.tar.gz
heapless-58e020a2871946c081703996e8e35941723e497b.tar.zst
heapless-58e020a2871946c081703996e8e35941723e497b.zip
have docs.rs document the optional features
Diffstat (limited to '')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 64fe5062..626365ee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -64,3 +64,6 @@ version = "0.1"
[dependencies.defmt]
version = ">=0.2.0,<0.4"
optional = true
+
+[package.metadata.docs.rs]
+all-features = true