examples(axum): use tokio runtime (#1428)

This commit is contained in:
Cemre Mengu 2023-01-28 16:37:24 +03:00 committed by GitHub
parent 71dbffc725
commit 5ccae4e6d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ path = "../../../" # remove this line in your own project
version = "0.10.3" # sea-orm version version = "0.10.3" # sea-orm version
features = [ features = [
"debug-print", "debug-print",
"runtime-async-std-native-tls", "runtime-tokio-native-tls",
"sqlx-postgres", "sqlx-postgres",
# "sqlx-mysql", # "sqlx-mysql",
# "sqlx-sqlite", # "sqlx-sqlite",