this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: add release profile optimizations and dev dep opt-level

+9
+9
Cargo.toml
··· 33 33 [features] 34 34 default = ["interop"] 35 35 interop = [] 36 + 37 + [profile.dev.package."*"] 38 + opt-level = 3 39 + 40 + [profile.release] 41 + strip = true 42 + lto = true 43 + codegen-units = 1 44 + panic = "abort"