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"