From d38eb00793a41fa1916a447b368e7938088807b7 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 11 Dec 2018 08:36:03 -0800 Subject: [PATCH] no readme --- actix-server/Cargo.toml | 1 - actix-utils/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/actix-server/Cargo.toml b/actix-server/Cargo.toml index 446ee235..4015bd79 100644 --- a/actix-server/Cargo.toml +++ b/actix-server/Cargo.toml @@ -3,7 +3,6 @@ name = "actix-server" version = "0.1.0" authors = ["Nikolay Kim "] description = "Actix server - General purpose tcp server" -readme = "README.md" keywords = ["network", "framework", "async", "futures"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git" diff --git a/actix-utils/Cargo.toml b/actix-utils/Cargo.toml index f18fe954..4033cee2 100644 --- a/actix-utils/Cargo.toml +++ b/actix-utils/Cargo.toml @@ -3,7 +3,6 @@ name = "actix-utils" version = "0.1.0" authors = ["Nikolay Kim "] description = "Actix utils - various actix net related services" -readme = "README.md" keywords = ["network", "framework", "async", "futures"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git"