From 0db59c294fafb44c967f4210630202a41e34cff4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 23 Feb 2021 02:33:49 -0500 Subject: add smol example --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f6fd441..e1f75e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,9 @@ async-io = { version = "1.3", optional = true } async-process = { version = "1.0", optional = true } tokio = { version = "1.2", optional = true, features = ["fs", "process"] } +[dev-dependencies] +smol = "*" + [features] default = ["std"] -- cgit v1.2.3-54-g00ecf