Skip to content

Commit e0a294e

Browse files
committed
Add documentation link for crates.io
1 parent d273435 commit e0a294e

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

spawns-compat/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ edition.workspace = true
77
homepage.workspace = true
88
license.workspace = true
99
repository.workspace = true
10+
documentation.workspace = true
1011
description = "Async runtime detections for thread context task spawner"
1112

1213
[features]

spawns-core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ edition.workspace = true
77
homepage.workspace = true
88
license.workspace = true
99
repository.workspace = true
10+
documentation.workspace = true
1011
description = "Async runtime agnostic thread context task spawner for Rust"
1112

1213
[features]

spawns-executor/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ edition.workspace = true
77
homepage.workspace = true
88
license.workspace = true
99
repository.workspace = true
10+
documentation.workspace = true
1011
description = "Async executors for thread context task spawner"
1112

1213
[dependencies]

spawns/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ edition.workspace = true
77
homepage.workspace = true
88
license.workspace = true
99
repository.workspace = true
10+
documentation.workspace = true
1011
description = "Async runtime agnostic thread context task spawner for Rust"
1112

1213
[features]

0 commit comments

Comments
 (0)