Set README.md for crates

This commit is contained in:
Matthias 2024-01-05 17:55:41 +01:00
parent d616411668
commit 861a71885a
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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"