diff options
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | src/lib.rs | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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"] } @@ -33,6 +33,7 @@ //! //! [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"] } |