-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
757fa44
commit c61e548
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ members = ["internal/ruchei-sample"] | |
[workspace.package] | ||
version = "0.0.44" # ad7038ef3b571dc133c108e14e6bb0f8cdcd812d and earlier have invalid versions | ||
edition = "2021" | ||
publish = false | ||
publish = true | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/parrrate/ruchei" | ||
authors = ["Alisa Feistel <[email protected]>", "Timofey Prikhodko <[email protected]>"] | ||
|
@@ -22,6 +22,7 @@ publish.workspace = true | |
license.workspace = true | ||
repository.workspace = true | ||
authors.workspace = true | ||
rust-version = "1.72" | ||
|
||
[dependencies] | ||
futures-util = { version = "0.3.30", features = ["sink"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `ruchei` | ||
|
||
Utilities for working with many streams |