config.toml 492 B

1234567891011121314
  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. #
  9. # NB-2: cargo xtask docs currently relies on this file existing.
  10. [build]
  11. target = "bpfel-unknown-none"
  12. [unstable]
  13. build-std = ["core"]