From 646534c75598faeeeecdfd31776e454a7e954d4f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 17 Sep 2023 19:08:18 +0200 Subject: [PATCH] Cargo.toml: add workspace readme key cargo-outdated requires the key to be set to allow inheriting it. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5c5cecd..4754eb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ members = ["crates/*"] [workspace.package] edition = "2021" license = "MIT" +readme = "README.md" repository = "https://github.com/NeoRaider/MinedMap" [package]