From c603c2b7a48ce7fedce520abe09bbc0cddb1d881 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 24 Feb 2021 04:46:08 -0500 Subject: add examples for async-std and tokio as well --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 005d002..3c60ffd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,10 @@ tokio = { version = "1.2", optional = true, features = ["fs", "process", "net"] futures = { version = "0.3", optional = true } [dev-dependencies] +async-std = { version = "*", features = ["unstable"] } +async-executor = "*" smol = "*" +tokio = { version = "1.2", features = [ "rt-multi-thread", "macros", "io-std", "io-util" ] } [features] default = ["backend-std"] -- cgit v1.2.3-54-g00ecf