diff options
| author | Fuwn <[email protected]> | 2022-03-27 07:27:09 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-27 07:27:09 +0000 |
| commit | 707ca6026e530157a62776efbffb24afc71309c6 (patch) | |
| tree | b0a6805510f01da38f57c7ec3d6c17cbfc299c15 /src | |
| parent | docs: extend (diff) | |
| download | windmark-707ca6026e530157a62776efbffb24afc71309c6.tar.xz windmark-707ca6026e530157a62776efbffb24afc71309c6.zip | |
docs: add missing dependency
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |