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"