aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-18 21:29:47 +0000
committerFuwn <[email protected]>2023-04-18 21:29:47 +0000
commit49cd06600431bc314e9c1cebfc73ecfbe5d9f894 (patch)
tree214acfd8abe32069f6af5001f54bf8c6fa4dab24 /README.md
parentfeat: improve macro hygiene (diff)
downloadwindmark-49cd06600431bc314e9c1cebfc73ecfbe5d9f894.tar.xz
windmark-49cd06600431bc314e9c1cebfc73ecfbe5d9f894.zip
feat: async-std support !!
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a01b597..efa0e51 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@
Windmark is an elegant and highly performant, async Gemini server framework for
the modern age!
+Now supporting both [Tokio](https://github.com/tokio-rs/tokio) and [`async-std`](https://github.com/async-rs/async-std)!
+
## Usage
Check out an example starter project