From 9a47b7e08226c4dce70c6638f31e026ff531812b Mon Sep 17 00:00:00 2001 From: noaione Date: Thu, 4 Jan 2024 19:08:03 +0700 Subject: [PATCH] chore: fix missing readme marker on Cargofile --- tosho_kmkc/Cargo.toml | 2 +- tosho_musq/Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tosho_kmkc/Cargo.toml b/tosho_kmkc/Cargo.toml index ca7982e1..517a321c 100644 --- a/tosho_kmkc/Cargo.toml +++ b/tosho_kmkc/Cargo.toml @@ -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 diff --git a/tosho_musq/Cargo.toml b/tosho_musq/Cargo.toml index 83e475e0..fab7e0ea 100644 --- a/tosho_musq/Cargo.toml +++ b/tosho_musq/Cargo.toml @@ -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