inline-rust
inline-rust copied to clipboard
Print out libraries that rust claims need to be linked in
One way to do this is by calling cargo rustc -- --print=native-static-libs from the directory containing the Cargo.toml. It would be nice to parse this and print out a more user friendly message along the lines of "add these libraries to the extra-libraries: section of your cabal file".