From 18c7255c7d9acfe1748d892f43659b4f5995658d Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Sat, 26 Jun 2021 14:43:36 +0200 Subject: [PATCH] Add readme meta data to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 072d0a6c7..5f61d31c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ name = "cross" repository = "https://github.com/rust-embedded/cross" version = "0.2.1" edition = "2018" +readme = "README.md" [dependencies] atty = "0.2"