diff --git a/tokio-stream/README.md b/tokio-stream/README.md new file mode 100644 index 000000000..cd62f8995 --- /dev/null +++ b/tokio-stream/README.md @@ -0,0 +1,13 @@ +# tokio-stream + +Utilities to work with `Stream` and `tokio`. + +## License + +This project is licensed under the [MIT license](LICENSE). + +### Contribution + +Unless you explicitly state otherwise, any contribution intentionally submitted +for inclusion in Tokio by you, shall be licensed as MIT, without any additional +terms or conditions.