diff options
| -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" |
