Skip to content

Commit

Permalink
use sqlx tokio feature
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Mar 21, 2024
1 parent 05c399a commit e5d3cd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashtool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ iceberg-sql-catalog = "0.3"
serde = { workspace = true }
serde_json = { workspace = true }
sqlparser = { version = "0.43", features = ["visitor"] }
sqlx = { version = "0.7.4", features = ["runtime-tokio", "tls-rustls", "any", "sqlite", "postgres", "mysql"], default-features = false }
object_store = "0.9"
openidconnect = "3.3"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit e5d3cd7

Please sign in to comment.