aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/divina/Cargo.toml2
-rw-r--r--crates/divina_compile/Cargo.toml2
-rw-r--r--crates/divina_config/Cargo.toml2
-rw-r--r--crates/divina_git/Cargo.toml2
-rw-r--r--crates/divina_util/Cargo.toml2
5 files changed, 5 insertions, 5 deletions
diff --git a/crates/divina/Cargo.toml b/crates/divina/Cargo.toml
index 767374e..2870cc5 100644
--- a/crates/divina/Cargo.toml
+++ b/crates/divina/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "A modern build system for assembly"
-readme = "../../README.rst"
+readme = "../../README.md"
homepage = "https://divina.land"
repository = "https://github.com/divinaland/Divina"
license = "GPL-3.0-only"
diff --git a/crates/divina_compile/Cargo.toml b/crates/divina_compile/Cargo.toml
index f73380d..afb28f1 100644
--- a/crates/divina_compile/Cargo.toml
+++ b/crates/divina_compile/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "Divina's compiler wrapper"
-readme = "../../README.rst"
+readme = "../../README.md"
homepage = "https://divina.land"
repository = "https://github.com/divinaland/Divina"
license = "GPL-3.0-only"
diff --git a/crates/divina_config/Cargo.toml b/crates/divina_config/Cargo.toml
index 690ae39..908ea1c 100644
--- a/crates/divina_config/Cargo.toml
+++ b/crates/divina_config/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "Divina's configuration system"
-readme = "../../README.rst"
+readme = "../../README.md"
homepage = "https://divina.land"
repository = "https://github.com/divinaland/Divina"
license = "GPL-3.0-only"
diff --git a/crates/divina_git/Cargo.toml b/crates/divina_git/Cargo.toml
index 3803cfc..ad4f2f9 100644
--- a/crates/divina_git/Cargo.toml
+++ b/crates/divina_git/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "Divina's Git wrapper"
-readme = "../../README.rst"
+readme = "../../README.md"
homepage = "https://divina.land"
repository = "https://github.com/divinaland/Divina"
license = "GPL-3.0-only"
diff --git a/crates/divina_util/Cargo.toml b/crates/divina_util/Cargo.toml
index f02b29a..046ef49 100644
--- a/crates/divina_util/Cargo.toml
+++ b/crates/divina_util/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "Divina's utilities"
-readme = "../../README.rst"
+readme = "../../README.md"
homepage = "https://divina.land"
repository = "https://github.com/divinaland/Divina"
license = "GPL-3.0-only"