From c61e548475296916dc622e0c26fd17f1e4ad9f70 Mon Sep 17 00:00:00 2001 From: timofey Date: Wed, 14 Feb 2024 15:42:59 +0000 Subject: [PATCH] readme --- Cargo.toml | 3 ++- README.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/Cargo.toml b/Cargo.toml index e177fc8..8d53142 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "Timofey Prikhodko "] @@ -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"] } diff --git a/README.md b/README.md new file mode 100644 index 0000000..c4cc8b3 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# `ruchei` + +Utilities for working with many streams