diff options
| author | Fuwn <[email protected]> | 2022-06-14 09:03:18 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-14 09:03:18 +0000 |
| commit | 2938e669d7c9b28a67b657eb7af168fb00160f99 (patch) | |
| tree | d0530fc79205193ec36ccc15e9e44aa6032b464b | |
| parent | feat(convert): convert utility macros (diff) | |
| download | germ-2938e669d7c9b28a67b657eb7af168fb00160f99.tar.xz germ-2938e669d7c9b28a67b657eb7af168fb00160f99.zip | |
fix(impl): cargo docs
| -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" |