From a5cf889bfa12d00a88e751305e4bd2d81c7e9bdd Mon Sep 17 00:00:00 2001 From: Goldy <66202304+THEGOLDENPRO@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:03:54 +0000 Subject: [PATCH] docs: added example dependencies --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6ec6e3f..5e4835f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ cargo add aghpb More install instructions at [crates.io](https://crates.io/crates/aghpb). ## Examples +> [!Note] +> +> Dependencies: +> ```toml +> [dependencies] +> aghpb = "1.4.1" +> tokio = { version = "1.36.0", features = ["full"] } +> ``` This is how you may retrieve a random anime girls holding programming books: ```rust use tokio::fs;