diff --git a/{{project-name}}-ebpf/.cargo/config.toml b/{{project-name}}-ebpf/.cargo/config.toml new file mode 100644 index 0000000..f60ed06 --- /dev/null +++ b/{{project-name}}-ebpf/.cargo/config.toml @@ -0,0 +1,5 @@ +[build] +target = "bpfel-unknown-none" + +[unstable] +build-std = ["core", "alloc"]