From a63e2131e5f7a5410e6ee3500149e3eb2dc0f56b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 24 Mar 2022 10:16:40 +0000 Subject: docs: update readme location --- crates/divina/Cargo.toml | 2 +- crates/divina_compile/Cargo.toml | 2 +- crates/divina_config/Cargo.toml | 2 +- crates/divina_git/Cargo.toml | 2 +- crates/divina_util/Cargo.toml | 2 +- 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 "] 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 "] 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 "] 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 "] 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 "] 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" -- cgit v1.2.3