mirror of https://github.com/aya-rs/aya
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
449 B
TOML
13 lines
449 B
TOML
1 year ago
|
# We have this so that one doesn't need to manually pass
|
||
|
# --target=bpfel-unknown-none -Z build-std=core when running cargo
|
||
|
# check/build/doc etc.
|
||
|
#
|
||
|
# NB: this file gets loaded only if you run cargo from this directory, it's
|
||
|
# ignored if you run from the workspace root. See
|
||
|
# https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure
|
||
|
[build]
|
||
1 year ago
|
target = ["bpfeb-unknown-none", "bpfel-unknown-none"]
|
||
1 year ago
|
|
||
|
[unstable]
|
||
|
build-std = ["core"]
|