Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _guides/client/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Let's tell Cargo about our dependencies by having this in the Cargo.toml.
[dependencies]
hyper = "0.13"
tokio = { version = "0.2", features = ["full"] }
pretty_env_logger = "0.4.0"
```

Now, we are ready to import the dependencies in our Rust file.
Expand Down