Skip to content

Instantly share code, notes, and snippets.

@ledeuns
Created October 11, 2020 08:17
Show Gist options
  • Save ledeuns/96cb611d713f07448887fc371b80d649 to your computer and use it in GitHub Desktop.
Save ledeuns/96cb611d713f07448887fc371b80d649 to your computer and use it in GitHub Desktop.
Generate Cargo dependencies list for OpenBSD port
cargo tree --format "MODCARGO_CRATES +=^{p}^# {l}" --prefix none | tr '^' '\t' | sort | uniq | grep -v '*' | grep -v "`pwd`" | sed 's/ v/ /g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment