blob: 24ce3918366eb25a8f4bd46332d4f8483018fa0b (
plain) (
tree)
|
|
[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",
]
|