diff options
| author | Fuwn <[email protected]> | 2023-04-27 05:59:50 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-27 05:59:50 +0000 |
| commit | c68aec02b5603bf331d1c7ecbb21d40dac3edad2 (patch) | |
| tree | 1f02cbc7982d4c0d75e9ebd124e7099a14b9b500 /rossweisse | |
| parent | deps(syn): fix feature requirement for publish (diff) | |
| download | windmark-c68aec02b5603bf331d1c7ecbb21d40dac3edad2.tar.xz windmark-c68aec02b5603bf331d1c7ecbb21d40dac3edad2.zip | |
docs(rossweisse): add fields for crates.io package
Diffstat (limited to 'rossweisse')
| -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 |