diff options
| -rw-r--r-- | crates/germ-macros-impl/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/germ-macros-impl/Cargo.toml b/crates/germ-macros-impl/Cargo.toml index 18c41ac..80dc2ab 100644 --- a/crates/germ-macros-impl/Cargo.toml +++ b/crates/germ-macros-impl/Cargo.toml @@ -2,12 +2,12 @@ [package] name = "germ-macros-impl" -version = "0.2.8" +version = "0.1.0" authors = ["Fuwn <[email protected]>"] edition = "2021" -description = "The Ultimate Gemini Toolkit." +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" |