diff options
| author | Fuwn <[email protected]> | 2022-03-26 09:58:58 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-26 09:58:58 +0000 |
| commit | acee97bae82be05337facfbdb18c84143dbc2dc0 (patch) | |
| tree | 6b0de18924d2f471295d6b2b9357b4be94c8050c /Cargo.toml | |
| parent | feat(response): inputs (diff) | |
| download | windmark-acee97bae82be05337facfbdb18c84143dbc2dc0.tar.xz windmark-acee97bae82be05337facfbdb18c84143dbc2dc0.zip | |
docs(readme): add readme
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ name = "windmark" version = "0.0.0" authors = ["Fuwn <[email protected]>"] edition = "2021" -description = "Simple and highly performant Gemini server framework" +description = "A simple and highly performant Gemini server framework" documentation = "https://docs.rs/windmark" readme = "README.md" homepage = "https://github.com/gemrest/windmark" |