diff options
| author | Fuwn <[email protected]> | 2022-06-14 09:06:12 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-14 09:06:12 +0000 |
| commit | 89a5c39d5c378ba55f045538bc26d2f0384e0b92 (patch) | |
| tree | 4e178ffc022bd1f864707122d2edb92c90211883 | |
| parent | docs(germ): bump version 0.2.8 -> 0.3.0 (diff) | |
| download | germ-89a5c39d5c378ba55f045538bc26d2f0384e0b92.tar.xz germ-89a5c39d5c378ba55f045538bc26d2f0384e0b92.zip | |
fix(crates): readme location
| -rw-r--r-- | crates/germ-macros-impl/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/germ/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/germ-macros-impl/Cargo.toml b/crates/germ-macros-impl/Cargo.toml index 80dc2ab..90bf092 100644 --- a/crates/germ-macros-impl/Cargo.toml +++ b/crates/germ-macros-impl/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Fuwn <[email protected]>"] edition = "2021" description = "Germ Macro Implementations" documentation = "https://docs.rs/germ" -readme = "../../../README.md" +readme = "../../README.md" homepage = "https://github.com/gemrest/germ" repository = "https://github.com/gemrest/germ" license = "GPL-3.0-only" diff --git a/crates/germ/Cargo.toml b/crates/germ/Cargo.toml index b200f28..c55342f 100644 --- a/crates/germ/Cargo.toml +++ b/crates/germ/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Fuwn <[email protected]>"] edition = "2021" description = "The Ultimate Gemini Toolkit." documentation = "https://docs.rs/germ" -readme = "../../../README.md" +readme = "../../README.md" homepage = "https://github.com/gemrest/germ" repository = "https://github.com/gemrest/germ" license = "GPL-3.0-only" |