aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-09 02:07:06 -0800
committerGitHub <[email protected]>2022-03-09 02:07:06 -0800
commit1a2ea81f4161466d92ce6f43834ceaf80d1c0c2a (patch)
treeab87b38f997c406b5b6f54bf18d4bbe8dd2e24d7
parentMerge pull request #5 from senpy-club/renovate/actions-checkout-3.x (diff)
downloadapi-worker-1a2ea81f4161466d92ce6f43834ceaf80d1c0c2a.tar.xz
api-worker-1a2ea81f4161466d92ce6f43834ceaf80d1c0c2a.zip
fix(manifest): readme path
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 99774f3..b5f2106 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "API (as a Cloudflare Worker!)"
-readme = "README.md"
+readme = "README.rst"
homepage = "https://github.com/senpy-club/api-worker"
repository = "https://github.com/senpy-club/api-worker"
license = "GPL-3.0-only"