From 8b02d4927e9576842989a9e6b06b5595c936edd7 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 12 Jul 2023 10:19:10 -0500 Subject: [PATCH] refactor: Infer package.readme --- Cargo.toml | 1 - crates/home/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 75adda4ca..33caf1649 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,6 @@ license = "MIT OR Apache-2.0" homepage = "https://crates.io" repository = "https://github.com/rust-lang/cargo" documentation = "https://docs.rs/cargo" -readme = "README.md" description = """ Cargo, a package manager for Rust. """ diff --git a/crates/home/Cargo.toml b/crates/home/Cargo.toml index 6c65ecc18..15148a89a 100644 --- a/crates/home/Cargo.toml +++ b/crates/home/Cargo.toml @@ -12,7 +12,6 @@ include = [ "/README.md", ] license = "MIT OR Apache-2.0" -readme = "README.md" repository = "https://github.com/rust-lang/cargo" description = "Shared definitions of home directories."