Set up sqlx query* macros

This commit is contained in:
Joscha 2023-08-04 13:27:23 +02:00
parent a96af0d6ea
commit 4028c3eea2
4 changed files with 31 additions and 3 deletions

View file

@ -15,3 +15,6 @@ tokio = { version = "1.29.1", features = ["full"] }
[build-dependencies]
walkdir = "2.3.3"
[profile.dev.package.sqlx-macros]
opt-level = 3