Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheyca committed Feb 14, 2024
1 parent 757fa44 commit c61e548
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]>"]
Expand All @@ -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"] }
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `ruchei`

Utilities for working with many streams

0 comments on commit c61e548

Please sign in to comment.