diff options
| -rw-r--r-- | rossweisse/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rossweisse/Cargo.toml b/rossweisse/Cargo.toml index 5dd044b..dd86d13 100644 --- a/rossweisse/Cargo.toml +++ b/rossweisse/Cargo.toml @@ -5,7 +5,12 @@ name = "rossweisse" version = "0.0.0" authors = ["Fuwn <[email protected]>"] edition = "2021" +description = "`struct`-based Router Framework for Windmark" +documentation = "https://docs.rs/rossweisse" +repository = "https://github.com/gemrest/windmark" license = "GPL-3.0-only" +keywords = ["gemini", "windmark"] +categories = ["network-programming"] [lib] proc-macro = true |