Skip to content

Commit

Permalink
Add documentation link for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhuw committed May 21, 2024
1 parent d273435 commit e0a294e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions spawns-compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions spawns-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions spawns-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions spawns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e0a294e

Please sign in to comment.