From 1cb32749b8b9a889103faa3bf0c763f43f9e0382 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 25 Mar 2020 18:26:16 +0100 Subject: Rewrite CLI for async-await --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4a11018..d141f90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,3 +33,4 @@ config = "0.9" toml = "0.4" hyper = "0.12" itertools = "0.7" +async-std = { version = "1", features = ["attributes"] } -- cgit v1.2.3