Skip to content

Instantly share code, notes, and snippets.

@vasi
Created July 12, 2023 06:14
Show Gist options
  • Save vasi/a23f811a142370dc377ca87209765708 to your computer and use it in GitHub Desktop.
Save vasi/a23f811a142370dc377ca87209765708 to your computer and use it in GitHub Desktop.
changelog-seen = 2
[build]
docs = false
vendor = true
extended = true
tools = ["cargo"]
[rust]
channel = "stable"
[target.x86_64-unknown-linux-gnu]
ar = "x86_64-pc-linux-gnu-ar"
cc = "x86_64-pc-linux-gnu-gcc"
cxx = "x86_64-pc-linux-gnu-g++"
linker = "x86_64-pc-linux-gnu-gcc"
ranlib = "x86_64-pc-linux-gnu-ranlib"
[llvm]
targets = "X86"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment