diff --git a/spawns-compat/Cargo.toml b/spawns-compat/Cargo.toml index acc611f..0705f5b 100644 --- a/spawns-compat/Cargo.toml +++ b/spawns-compat/Cargo.toml @@ -7,6 +7,7 @@ edition.workspace = true homepage.workspace = true license.workspace = true repository.workspace = true +documentation.workspace = true description = "Async runtime detections for thread context task spawner" [features] diff --git a/spawns-core/Cargo.toml b/spawns-core/Cargo.toml index 4751df4..293d023 100644 --- a/spawns-core/Cargo.toml +++ b/spawns-core/Cargo.toml @@ -7,6 +7,7 @@ edition.workspace = true homepage.workspace = true license.workspace = true repository.workspace = true +documentation.workspace = true description = "Async runtime agnostic thread context task spawner for Rust" [features] diff --git a/spawns-executor/Cargo.toml b/spawns-executor/Cargo.toml index 42bf824..8dfb84d 100644 --- a/spawns-executor/Cargo.toml +++ b/spawns-executor/Cargo.toml @@ -7,6 +7,7 @@ edition.workspace = true homepage.workspace = true license.workspace = true repository.workspace = true +documentation.workspace = true description = "Async executors for thread context task spawner" [dependencies] diff --git a/spawns/Cargo.toml b/spawns/Cargo.toml index 7eebc2f..a21033f 100644 --- a/spawns/Cargo.toml +++ b/spawns/Cargo.toml @@ -7,6 +7,7 @@ edition.workspace = true homepage.workspace = true license.workspace = true repository.workspace = true +documentation.workspace = true description = "Async runtime agnostic thread context task spawner for Rust" [features]