From a61343547e5e079e44881bbccb020b0814701732 Mon Sep 17 00:00:00 2001 From: mochi-neko Date: Wed, 3 Apr 2024 14:45:59 +0900 Subject: [PATCH] Add all features docs generation --- Cargo.toml | 3 +++ clust_macros/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a10004..56ed373 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,9 @@ keywords = ["claude", "rest", "api", "client", "machine-learning"] [lib] path = "src/lib.rs" +[package.metadata.docs.rs] +all-features = true + [features] default = [] macros = ["dep:clust_macros"] diff --git a/clust_macros/Cargo.toml b/clust_macros/Cargo.toml index a9f94bd..2f96988 100644 --- a/clust_macros/Cargo.toml +++ b/clust_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clust_macros" -version = "0.6.0" +version = "0.7.0" edition = "2021" authors = ["Mochineko "] rust-version = "1.76"