about summary refs log tree commit diff
path: root/fs-tracer-ebpf/.cargo/config.toml
blob: 4302a7f1637b87a1def26e4f74569136c3b225a6 (plain) (blame)
1
2
3
4
5
6
[build]
target-dir = "../target"
target = "bpfel-unknown-none"

[unstable]
build-std = ["core"]