mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-22 01:16:26 +04:00
b22859abd3
Add devcontainer support to use the development environment directly via vscode or codespaces. Signed-off-by: cndoit18 <cndoit18@outlook.com>
7 lines
264 B
TOML
7 lines
264 B
TOML
[toolchain]
|
|
profile = "minimal"
|
|
# use the nightly version of the last stable toolchain, see <https://forge.rust-lang.org/>
|
|
channel = "nightly-2024-01-18"
|
|
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]
|
|
targets = ["riscv64gc-unknown-none-elf"]
|