mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-28 03:33:37 +00:00
examples/mysql/todos/Cargo.toml: Add runtime feature
This commit is contained in:
parent
376ea3f596
commit
ff05ad9a10
@ -9,5 +9,5 @@ anyhow = "1.0"
|
||||
async-std = { version = "1.5.0", features = [ "attributes" ] }
|
||||
futures = "0.3"
|
||||
paw = "1.0"
|
||||
sqlx = { path = "../../../", features = [ "mysql" ] }
|
||||
sqlx = { path = "../../../", features = [ "mysql", "runtime-async-std-rustls" ] }
|
||||
structopt = { version = "0.3", features = [ "paw" ] }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user