Skip to content

Commit

Permalink
chore: fix missing readme marker on Cargofile
Browse files Browse the repository at this point in the history
  • Loading branch information
noaione committed Jan 4, 2024
1 parent f7e711c commit 9a47b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tosho_kmkc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
authors.workspace = true
license.workspace = true
description = "An asynchronous client of KM API by KC."
readme = "README.md"
readme = "./README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions tosho_musq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition.workspace = true
authors.workspace = true
license.workspace = true
description = "An asynchronous client of MU! API by SQ."
readme = "./README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 9a47b7e

Please sign in to comment.