aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-05 07:13:31 +0000
committerFuwn <[email protected]>2022-04-05 07:13:31 +0000
commit8a49bb119519396aea15bdaef2387f0cb72a258e (patch)
treef4cad8f7efa9819e2efde6f640a14e850c47baa9
parentdocs(cargo): enable release (diff)
downloadseptember-8a49bb119519396aea15bdaef2387f0cb72a258e.tar.xz
september-8a49bb119519396aea15bdaef2387f0cb72a258e.zip
docs(cargo): fix readme location0.1.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 67d7051..124ab51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "A simple and efficient Gemini-to-HTTP proxy."
-readme = "README.rst"
+readme = "README.md"
homepage = "https://github.com/gemrest/september"
repository = "https://github.com/gemrest/september"
license = "GPL-3.0-only"