Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

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

linking fixes

+6
+6
.cargo/config.toml
··· 9 9 10 10 [target.aarch64-unknown-linux-musl] 11 11 linker = "aarch64-linux-musl-gcc" 12 + 13 + [target.aarch64-apple-darwin.objc-sys] 14 + rustc-link-lib = [] 15 + 16 + [target.x86_64-apple-darwin.objc-sys] 17 + rustc-link-lib = []