Skip to content

Commit

Permalink
Set README.md for crates
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Jan 5, 2024
1 parent d616411 commit 861a718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 861a718

Please sign in to comment.