Cargo.toml: add workspace readme key

cargo-outdated requires the key to be set to allow inheriting it.
This commit is contained in:
Matthias Schiffer 2023-09-17 19:08:18 +02:00
parent 7cc6fca7fe
commit 646534c755
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -4,6 +4,7 @@ members = ["crates/*"]
[workspace.package] [workspace.package]
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
readme = "README.md"
repository = "https://github.com/NeoRaider/MinedMap" repository = "https://github.com/NeoRaider/MinedMap"
[package] [package]