net2elk/net-logger-ebpf/rust-toolchain.toml
Guillermo Roche 1394b5d76c base commit
2025-05-26 20:45:07 +02:00

14 lines
257 B
TOML

[toolchain]
channel = "nightly"
# The source code of rustc, provided by the rust-src component, is needed for
# building eBPF programs.
components = [
"cargo",
"clippy",
"rust-docs",
"rust-src",
"rust-std",
"rustc",
"rustfmt",
]