diff options
| author | Fuwn <[email protected]> | 2022-03-27 06:33:35 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-27 06:33:35 +0000 |
| commit | a9e393eedeb75a585f282007cc47c20b51379328 (patch) | |
| tree | 430725b4bf987cdacc6d1541a905a9add7ad55f8 | |
| parent | feat(router): set charset and language (diff) | |
| download | windmark-a9e393eedeb75a585f282007cc47c20b51379328.tar.xz windmark-a9e393eedeb75a585f282007cc47c20b51379328.zip | |
docs(meta): update description
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ name = "windmark" version = "0.0.0" authors = ["Fuwn <[email protected]>"] edition = "2021" -description = "A simple and highly performant Gemini server framework" +description = "An elegant and highly performant async Gemini server framework" documentation = "https://docs.rs/windmark" readme = "README.md" homepage = "https://github.com/gemrest/windmark" @@ -4,7 +4,7 @@ [](https://docs.rs/windmark) [](https://github.com/gemrest/windmark/actions/workflows/check.yaml) -Windmark is a simple and highly performant Gemini server framework. +Windmark is An elegant and highly performant async Gemini server framework. ## Usage |