1[toolchain]
2channel = "nightly-2024-07-23"
3# The source code of rustc, provided by the rust-src component, is needed for
4# building eBPF programs.
5components = [
6 "cargo",
7 "clippy",
8 "rust-docs",
9 "rust-src",
10 "rust-std",
11 "rustc",
12 "rustfmt",
13]
14