aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-19 21:46:37 -0700
committerFuwn <[email protected]>2021-05-19 21:46:37 -0700
commit854bddd29295bc3364e91fe41556c508061315e2 (patch)
tree605c630fcdb14af6fa7ec584b9472e2ae43f8985
parentfix(global): more swapping log calls (diff)
downloadwhirl-854bddd29295bc3364e91fe41556c508061315e2.tar.xz
whirl-854bddd29295bc3364e91fe41556c508061315e2.zip
fix(manifest): readme paths
-rw-r--r--whirl/Cargo.toml2
-rw-r--r--whirl_config/Cargo.toml2
-rw-r--r--whirl_prompt/Cargo.toml2
-rw-r--r--whirl_server/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/whirl/Cargo.toml b/whirl/Cargo.toml
index 5ab18ed..b30c787 100644
--- a/whirl/Cargo.toml
+++ b/whirl/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Fuwn <[email protected]>"]
edition = "2018"
description = "Whirl, an open-source WorldServer implementation in Rust."
documentation = "https://whirlsplash.org/docs/"
-readme = "../README.md"
+readme = "../README.rst"
homepage = "https://whirlsplash.org"
repository = "https://github.com/Whirlsplash/whirl"
license = "GPL-3.0-only"
diff --git a/whirl_config/Cargo.toml b/whirl_config/Cargo.toml
index 7d86d53..bd80e58 100644
--- a/whirl_config/Cargo.toml
+++ b/whirl_config/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Fuwn <[email protected]>"]
edition = "2018"
description = "Whirl, an open-source WorldServer implementation in Rust."
documentation = "https://whirlsplash.org/docs/"
-readme = "../README.md"
+readme = "../README.rst"
homepage = "https://whirlsplash.org"
repository = "https://github.com/Whirlsplash/whirl"
license = "GPL-3.0-only"
diff --git a/whirl_prompt/Cargo.toml b/whirl_prompt/Cargo.toml
index 8ecc007..66925ab 100644
--- a/whirl_prompt/Cargo.toml
+++ b/whirl_prompt/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Fuwn <[email protected]>"]
edition = "2018"
description = "Whirl, an open-source WorldServer implementation in Rust."
documentation = "https://whirlsplash.org/docs/"
-readme = "../README.md"
+readme = "../README.rst"
homepage = "https://whirlsplash.org"
repository = "https://github.com/Whirlsplash/whirl"
license = "GPL-3.0-only"
diff --git a/whirl_server/Cargo.toml b/whirl_server/Cargo.toml
index 55d46b0..7af636b 100644
--- a/whirl_server/Cargo.toml
+++ b/whirl_server/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Fuwn <[email protected]>"]
edition = "2018"
description = "Whirl, an open-source WorldServer implementation in Rust."
documentation = "https://whirlsplash.org/docs/"
-readme = "../README.md"
+readme = "../README.rst"
homepage = "https://whirlsplash.org"
repository = "https://github.com/Whirlsplash/whirl"
license = "GPL-3.0-only"