chore(ci): start ci config

This commit is contained in:
Jef Roosens 2023-07-31 18:13:55 +02:00
parent f78b439a36
commit beae48e72e
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 32 additions and 0 deletions

View file

@ -19,3 +19,9 @@ tower-http = { version = "0.4.1", features = ["fs", "trace"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
uuid = { version = "1.4.0", features = ["v4"] }
[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true