use toml language in example

Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
Kezi 2020-10-22 21:14:41 +02:00 committed by Ryan Leckey
parent d2271a5102
commit 57fb05fb06

View File

@ -165,7 +165,8 @@ sqlx = { version = "0.4.0", features = [ "runtime-async-std-native-tls" ] }
## Usage
### Quickstart
```
```toml
[dependencies]
sqlx = { version = "0.4.0-beta.1", features = [ "postgres" ] }
async-std = { version = "1.6", features = [ "attributes" ] }