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.

in which i add even more cross scripting fixes

+10
+10
.cargo/config.toml
··· 15 15 16 16 [target.x86_64-apple-darwin.objc-sys] 17 17 rustc-link-lib = [] 18 + 19 + [target.x86_64-unknown-linux-gnu.objc-sys] 20 + rustc-link-lib = [] 21 + 22 + [target.x86_64-unknown-linux-musl] 23 + linker = "x86_64-linux-musl-gcc" 24 + 25 + [target.aarch64-unknown-linux-musl] 26 + linker = "aarch64-linux-musl-gcc" 27 +