From 5d28be9ad6428405b98f02c789544db41e7543e6 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 11 Aug 2020 12:20:09 +0100 Subject: [PATCH] fix actix-service readme reference (#176) --- actix-service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-service/Cargo.toml b/actix-service/Cargo.toml index f88e2fb5..7c73e9bf 100644 --- a/actix-service/Cargo.toml +++ b/actix-service/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["network", "framework", "async", "futures", "service"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git" documentation = "https://docs.rs/actix-service" -readme = "actix-service/README.md" +readme = "README.md" categories = ["network-programming", "asynchronous"] license = "MIT OR Apache-2.0" edition = "2018"