From 429902c494a28eb9570b4812d20d5c310cbf1417 Mon Sep 17 00:00:00 2001 From: Rahul Nair Date: Thu, 25 Feb 2021 16:50:21 -0800 Subject: [PATCH] Update README.md Adding tokio as a dependency with all features, this is needed for compiling and running the examples. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b8ddfbc..ed5a9a3f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Add the following to your `Cargo.toml` file ```toml [dependencies] shiplift = "0.7" +tokio = { version = "1.2.0", features = ["full"] } ``` ## usage