using naersk to build

This commit is contained in:
Chris Cochrun 2025-03-26 12:14:43 -05:00
parent fdb6021683
commit 700db824f0
3 changed files with 72 additions and 37 deletions

View file

@ -32,3 +32,9 @@ tracing-actix-web = "0.7.14"
color-eyre = "0.6.3"
pretty_assertions = "1.4.1"
sqlx = { version = "0.8.2", features = ["sqlite"] }
[profile.dev]
opt-level = 0
[profile.release]
opt-level = 3