feat: configure performance for the rust porttion
This commit is contained in:
parent
5356e2dbb4
commit
c55413c47f
4 changed files with 14 additions and 7 deletions
|
|
@ -13,3 +13,14 @@ serde = { version = "1", features = ["derive"] }
|
|||
serde_json = "1"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tower-http = { version = "0.6", features = ["cors"] }
|
||||
|
||||
[profile.dev]
|
||||
debug = "line-tables-only"
|
||||
split-debuginfo = "unpacked"
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
debug = 0
|
||||
lto = "thin"
|
||||
panic = "abort"
|
||||
strip = "symbols"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue