From dc5fa80a09ff65728d5e9848f2efc1b83de38741 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 25 Jun 2019 20:14:21 -0700 Subject: macros: re-export `main` macro from `tokio` (#1198) Includes minor fixes and a very basic example. Fixes #1183 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e522bc7d..04c3d94c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ # "tokio-fs", "tokio-futures", "tokio-io", - # "tokio-macros", + "tokio-macros", "tokio-reactor", # "tokio-signal", "tokio-sync", -- cgit v1.2.3