Skip to content

Commit

Permalink
add description, categories and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Oct 28, 2022
1 parent deb26f4 commit 1a5360f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[package]
name = "buffer-unordered-weighted"
version = "0.1.0"
description = "Stream::buffer_unordered where each future can have a different weight."
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
resolver = "2"
rust-version = "1.56"
categories = ["asynchronous"]
keywords = ["stream", "futures", "async", "buffer_unordered"]

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

0 comments on commit 1a5360f

Please sign in to comment.