mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 15:55:45 +00:00
use toml language in example
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
057ead3bf4
commit
3b80998801
@ -169,7 +169,8 @@ sqlx = { version = "0.4.0", features = [ "runtime-async-std-native-tls" ] }
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Quickstart
|
### Quickstart
|
||||||
```
|
|
||||||
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sqlx = { version = "0.4.0-beta.1", features = [ "postgres" ] }
|
sqlx = { version = "0.4.0-beta.1", features = [ "postgres" ] }
|
||||||
async-std = { version = "1.6", features = [ "attributes" ] }
|
async-std = { version = "1.6", features = [ "attributes" ] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user