diff options
| author | datdenkikniet <jcdra1@gmail.com> | 2023-04-13 22:18:45 +0200 |
|---|---|---|
| committer | datdenkikniet <jcdra1@gmail.com> | 2023-04-15 19:19:49 +0200 |
| commit | 1e93400325f0686b632c6d57d496a77c4354c016 (patch) | |
| tree | 5ca3c8530a79052cebff21434972a85a4e0585b7 | |
| parent | 9e340c253ea5b31ae05f94a9ff8404b3023e3cda (diff) | |
rtic: allow docs.rs to build docs
| -rw-r--r-- | rtic/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rtic/Cargo.toml b/rtic/Cargo.toml index 9a05b75..f28c9a7 100644 --- a/rtic/Cargo.toml +++ b/rtic/Cargo.toml @@ -24,6 +24,9 @@ repository = "https://github.com/rtic-rs/rtic" version = "2.0.0-alpha.1" +[package.metadata.docs.rs] +features = ["rtic-macros/test-template"] + [lib] name = "rtic" |
