aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-27 07:27:09 +0000
committerFuwn <[email protected]>2022-03-27 07:27:09 +0000
commitbd7b3f97cf706649678ae88b486030571816ee27 (patch)
treeb0a6805510f01da38f57c7ec3d6c17cbfc299c15 /README.md
parentdocs: extend (diff)
downloadwindmark-bd7b3f97cf706649678ae88b486030571816ee27.tar.xz
windmark-bd7b3f97cf706649678ae88b486030571816ee27.zip
docs: add missing dependency
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d6be5c..5d993d9 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ Windmark is an elegant and highly performant, async Gemini server framework.
[dependencies]
windmark = "0.1.2"
+tokio = { version = "0.2.4", features = ["full"] }
# If you would like to use the built-in logger (recommended)
# windmark = { version = "0.1.2", features = ["logger"] }