this repo has no description
2
fork

Configure Feed

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

build: make binary smaller

dusk 434eefeb d6ffffca

+7
+7
Cargo.toml
··· 5 5 6 6 [dependencies] 7 7 quad-snd = "0.2.8" 8 + 9 + [profile.release] 10 + strip = true 11 + opt-level = "z" 12 + lto = true 13 + codegen-units = 1 14 + panic = "abort"