config.toml 449 B

123456789101112
  1. # We have this so that one doesn't need to manually pass
  2. # --target=bpfel-unknown-none -Z build-std=core when running cargo
  3. # check/build/doc etc.
  4. #
  5. # NB: this file gets loaded only if you run cargo from this directory, it's
  6. # ignored if you run from the workspace root. See
  7. # https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure
  8. [build]
  9. target = ["bpfeb-unknown-none", "bpfel-unknown-none"]
  10. [unstable]
  11. build-std = ["core"]