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"