From 861a71885a6eeb886f8c30ef9551ece00c2752ea Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 5 Jan 2024 17:55:41 +0100 Subject: [PATCH] Set `README.md` for crates --- lychee-bin/Cargo.toml | 1 + lychee-lib/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 0f69e3b..1514b4e 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -15,6 +15,7 @@ keywords = [ license = "Apache-2.0 OR MIT" repository = "https://github.com/lycheeverse/lychee" version = "0.14.0" +readme = "../README.md" [dependencies] # NOTE: We need to specify the version of lychee-lib here because crates.io diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index b539ba4..725a330 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -15,6 +15,7 @@ keywords = [ license = "Apache-2.0 OR MIT" repository = "https://github.com/lycheeverse/lychee" version = "0.14.0" +readme = "../README.md" [dependencies] async-stream = "0.3.5"