From 8607ccf66967dfc1fbb0052be0b5ad4f1ab194c5 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Tue, 10 Nov 2020 19:58:51 +0100 Subject: [PATCH] Add readme key back to Cargo.toml (#831) cc https://github.com/bevyengine/bevy/pull/808#discussion_r520328433 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c9f1fe4bb1135..12995ec18fa7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ exclude = ["assets/**/*", "tools/**/*", ".github/**/*", "crates/**/*"] homepage = "https://bevyengine.org" keywords = ["game", "engine", "gamedev", "graphics", "bevy"] license = "MIT" +readme = "README.md" repository = "https://github.com/bevyengine/bevy" [workspace]