Skip to content

Commit

Permalink
Merge pull request #115 from Stonks3141/patch-1
Browse files Browse the repository at this point in the history
Add 'documentation' field to Cargo.toml
  • Loading branch information
zesterer authored Dec 13, 2022
2 parents b4f88e5 + ccbfb05 commit 2853bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
edition = "2018"
description = "A blazingly fast multi-producer channel"
repository = "https://github.com/zesterer/flume"
documentation = "https://docs.rs/flume"
keywords = ["mpsc", "fifo", "channel", "thread", "mpmc"]
categories = ["concurrency", "data-structures"]
license = "Apache-2.0/MIT"
Expand Down

0 comments on commit 2853bf9

Please sign in to comment.