aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-24 10:16:40 +0000
committerFuwn <[email protected]>2025-06-09 07:46:13 +0000
commita63e2131e5f7a5410e6ee3500149e3eb2dc0f56b (patch)
tree0a1d18783842aef004b87ee8d25b149d4450577f
parentdocs(readme): rest to markdown (diff)
downloaddivina-a63e2131e5f7a5410e6ee3500149e3eb2dc0f56b.tar.xz
divina-a63e2131e5f7a5410e6ee3500149e3eb2dc0f56b.zip
docs: update readme location
-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"