From 16ff283fb269c5b61db7ab62968ade5ca6a47b33 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 1 Dec 2019 20:30:24 +0600 Subject: [PATCH] add metadata --- actix-macros/Cargo.toml | 1 + actix-rt/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/actix-macros/Cargo.toml b/actix-macros/Cargo.toml index 9052fa66..f702d519 100644 --- a/actix-macros/Cargo.toml +++ b/actix-macros/Cargo.toml @@ -2,6 +2,7 @@ name = "actix-macros" version = "0.1.0-alpha.1" authors = ["Nikolay Kim "] +description = "Actix runtime macros" repository = "https://github.com/actix/actix-net" documentation = "https://docs.rs/actix-macros/" categories = ["network-programming", "asynchronous"] diff --git a/actix-rt/Cargo.toml b/actix-rt/Cargo.toml index 6d141269..340ac4c4 100644 --- a/actix-rt/Cargo.toml +++ b/actix-rt/Cargo.toml @@ -22,7 +22,7 @@ actix-macros = "0.1.0-alpha.1" actix-threadpool = "0.2" futures = "0.3.1" -tokio = { version = "=0.2.0-alpha.6", features=["tcp","uds","udp"] } +tokio = { version = "=0.2.0-alpha.6", features=["rt-current-thread","tcp","uds","udp","timer"] } tokio-executor = "=0.2.0-alpha.6" tokio-net = "=0.2.0-alpha.6" tokio-timer = "=0.3.0-alpha.6"