Skip to content

Commit

Permalink
docs: added example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
THEGOLDENPRO authored Feb 7, 2024
1 parent 4cbb075 commit a5cf889
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a5cf889

Please sign in to comment.