Add tokio to the readme

This commit is contained in:
Lucio Franco 2020-01-09 18:37:48 -05:00
parent 43c85779ca
commit 0fb23cb673

View File

@ -31,6 +31,8 @@ project.
In addition to the crates in this repository, the Tokio project also maintains
several other libraries, including:
* [`tokio`]: A runtime for writing reliable, asynchronous, and slim applications with the Rust programming language.
* [`tracing`] (formerly `tokio-trace`): A framework for application-level
tracing and async-aware diagnostics.