diff options
| author | Fuwn <[email protected]> | 2022-03-09 02:07:06 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-09 02:07:06 -0800 |
| commit | 1a2ea81f4161466d92ce6f43834ceaf80d1c0c2a (patch) | |
| tree | ab87b38f997c406b5b6f54bf18d4bbe8dd2e24d7 | |
| parent | Merge pull request #5 from senpy-club/renovate/actions-checkout-3.x (diff) | |
| download | api-worker-1a2ea81f4161466d92ce6f43834ceaf80d1c0c2a.tar.xz api-worker-1a2ea81f4161466d92ce6f43834ceaf80d1c0c2a.zip | |
fix(manifest): readme path
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |