From 0fb23cb673e033ae0ef03c22c5dcfaed6a29586a Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Thu, 9 Jan 2020 18:37:48 -0500 Subject: [PATCH] Add tokio to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 58165ca..8078a01 100644 --- a/README.md +++ b/README.md @@ -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.