Skip to content

Commit

Permalink
Suggest full as a tokio feature instead
Browse files Browse the repository at this point in the history
As recommended by @LucioFranco
  • Loading branch information
rcoh authored Apr 21, 2021
1 parent 9799296 commit 9e1fa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following instructions will provide you with a quick example of how to get s
```toml
[dependencies]
dynamodb = { git = "https://awslabs/aws-sdk-rust", tag = "v0.0.1-alpha", package = "aws-sdk-dynamodb" }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1", features = ["full"] }
```
3. Input your AWS credentials into your terminal as environment variables **Note:** The alpha SDK only supports environment variable credential providers at this time.

Expand Down

0 comments on commit 9e1fa86

Please sign in to comment.