Skip to content

Commit 1a5360f

Browse files
committed
add description, categories and keywords
1 parent deb26f4 commit 1a5360f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
[package]
22
name = "buffer-unordered-weighted"
33
version = "0.1.0"
4+
description = "Stream::buffer_unordered where each future can have a different weight."
45
edition = "2021"
56
license = "MIT OR Apache-2.0"
67
readme = "README.md"
78
resolver = "2"
89
rust-version = "1.56"
10+
categories = ["asynchronous"]
11+
keywords = ["stream", "futures", "async", "buffer_unordered"]
912

1013
[dependencies]
1114
futures-util = { version = "0.3.25", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)