summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-06-25 20:14:21 -0700
committerGitHub <noreply@github.com>2019-06-25 20:14:21 -0700
commitdc5fa80a09ff65728d5e9848f2efc1b83de38741 (patch)
tree5d0211429f43f8be96099be60fbcb1c721a37a6b /Cargo.toml
parent455782b964df5ea96101085d55298f52fe425bc7 (diff)
macros: re-export `main` macro from `tokio` (#1198)
Includes minor fixes and a very basic example. Fixes #1183
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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",