feat: Create CI/CD #9

Merged
awiteb merged 3 commits from awiteb/ci-cd into master 2024-07-07 20:00:25 +02:00 AGit
Showing only changes of commit 4590d8b2af - Show all commits

View file

@ -27,4 +27,8 @@ salvo_core = { version = "0.68.3", default-features = false, features = ["rustls
salvo-oapi = { version = "0.68.3", default-features = false, features = ["rapidoc","redoc","scalar","swagger-ui"] }
[profile.release]
strip = true # Automatically strip symbols from the binary.
strip = true
panic = "abort"
codegen-units = 1
lto = true