xref: /DragonOS/user/apps/test_ebpf/syscall_ebpf/syscall_ebpf-ebpf/rust-toolchain.toml (revision fae6e9ade46a52976ad5d099643d51cc20876448)
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