diff options
Diffstat (limited to 'fs-tracer-ebpf/.cargo/config.toml')
-rw-r--r-- | fs-tracer-ebpf/.cargo/config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs-tracer-ebpf/.cargo/config.toml b/fs-tracer-ebpf/.cargo/config.toml new file mode 100644 index 0000000..4302a7f --- /dev/null +++ b/fs-tracer-ebpf/.cargo/config.toml @@ -0,0 +1,6 @@ +[build] +target-dir = "../target" +target = "bpfel-unknown-none" + +[unstable] +build-std = ["core"] |