mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
use toml language in example
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
057ead3bf4
commit
3b80998801
1 changed files with 2 additions and 1 deletions
|
@ -169,7 +169,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" ] }
|
||||
|
|
Loading…
Reference in a new issue